Revert "Update to PHP 8.0"

This reverts commit 106ed1d530.

Downgrade to PHP 7.4 to rebuild ext image
This commit is contained in:
Deon George 2021-03-09 15:28:12 +11:00
parent 106ed1d530
commit d798579306
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 8.0-fpm-ext
# VERSION 7.4-fpm-ext
FROM registry.leenooks.net/leenooks/php:8.0-fpm-plus
FROM registry.leenooks.net/leenooks/php:7.4-fpm-plus
RUN echo "deb http://deb.debian.org/debian buster non-free" >> /etc/apt/sources.list.d/non-free.list && apt-get update \
&& apt-get install -y mariadb-client-10.3 inetutils-ping fping pkg-config \