diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e193032..0e44fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: BRANCH: image - 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 2104f57..e8daf3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # NAME leenooks/php -# VERSION 8.0-fpm-image +# VERSION 8.1-fpm-image -FROM registry.leenooks.net/leenooks/php:8.0-fpm-latest +FROM registry.leenooks.net/leenooks/php:8.1-fpm-latest RUN mv /sbin/init /sbin/init.tmp \ && apt-get update \ diff --git a/Dockerfile.phptest b/Dockerfile.phptest index 14bcdc8..270b145 100644 --- a/Dockerfile.phptest +++ b/Dockerfile.phptest @@ -1,7 +1,7 @@ # NAME leenooks/php -# VERSION 8.0-fpm-image-test +# VERSION 8.1-fpm-image-test -FROM registry.leenooks.net/leenooks/php:8.0-fpm-image +FROM registry.leenooks.net/leenooks/php:8.1-fpm-image RUN apt-get update && apt-get -y install wget build-essential \ && pecl install xdebug \