From 5c1de20bd927d2bcea8fc8e3f58976dee81f1de2 Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 3 Mar 2021 15:10:57 +1100 Subject: [PATCH] Update to PHP 8.0 --- .gitlab-ci.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca929d9..9fc40f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: BRANCH: ext - VERSION: 7.4-fpm-${BRANCH} + VERSION: 8.0-fpm-${BRANCH} CACHETAG: build-${BRANCH} DOCKER_HOST: tcp://docker:2375 diff --git a/Dockerfile b/Dockerfile index 14130b3..dc71875 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # NAME leenooks/php -# VERSION 7.4-fpm-ext +# VERSION 8.0-fpm-ext -FROM registry.leenooks.net/leenooks/php:7.4-fpm-plus +FROM registry.leenooks.net/leenooks/php:8.0-fpm-plus RUN mv /sbin/init /sbin/init.tmp \ && echo "deb http://deb.debian.org/debian buster non-free" >> /etc/apt/sources.list.d/non-free.list && apt-get update \