diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bb9ab1..7b6df27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 57abbef..0f184fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \