Update to PHP 8.0
This commit is contained in:
parent
70276ff5c3
commit
5c1de20bd9
@ -6,7 +6,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
BRANCH: ext
|
BRANCH: ext
|
||||||
VERSION: 7.4-fpm-${BRANCH}
|
VERSION: 8.0-fpm-${BRANCH}
|
||||||
CACHETAG: build-${BRANCH}
|
CACHETAG: build-${BRANCH}
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# NAME leenooks/php
|
# 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 \
|
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 \
|
&& echo "deb http://deb.debian.org/debian buster non-free" >> /etc/apt/sources.list.d/non-free.list && apt-get update \
|
||||||
|
Loading…
Reference in New Issue
Block a user