Update php to 8.1
This commit is contained in:
parent
a0a0c7e1e2
commit
26c30cb5cb
@ -6,7 +6,7 @@ stages:
|
||||
|
||||
variables:
|
||||
BRANCH: latest
|
||||
VERSION: 8.0-fpm-${BRANCH}
|
||||
VERSION: 8.1-fpm-${BRANCH}
|
||||
CACHETAG: build-${BRANCH}
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# NAME leenooks/php
|
||||
# VERSION 8.0-fpm-latest
|
||||
# VERSION 8.1-fpm-latest
|
||||
|
||||
FROM php:8.0-fpm
|
||||
FROM php:8.1-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y openssh-server unzip git msmtp nginx wait-for-it \
|
||||
&& rm /etc/nginx/sites-enabled/default \
|
||||
|
Loading…
Reference in New Issue
Block a user