Update to PHP 8.0

This commit is contained in:
Deon George 2021-03-03 13:57:40 +11:00
parent 88c1064ebd
commit 7869fc6f50
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ stages:
variables:
BRANCH: plus
VERSION: 7.4-fpm-${BRANCH}
VERSION: 8.0-fpm-${BRANCH}
CACHETAG: build-${BRANCH}
DOCKER_HOST: tcp://docker:2375

View File

@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 7.4-fpm-plus
# VERSION 8.0-fpm-plus
FROM registry.leenooks.net/leenooks/php:7.4-fpm-mp
FROM registry.leenooks.net/leenooks/php:8.0-fpm-mp
RUN mv /sbin/init /sbin/init.tmp \
&& sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list \