Update php to 8.1

This commit is contained in:
Deon George 2022-07-30 11:05:38 +10:00
parent 7652408e48
commit 923b4e72ca
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,7 +1,7 @@
# NAME leenooks/php # 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 \ RUN mv /sbin/init /sbin/init.tmp \
&& apt-get update \ && apt-get update \

View File

@ -1,7 +1,7 @@
# NAME leenooks/php # 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 \ RUN apt-get update && apt-get -y install wget build-essential \
&& pecl install xdebug \ && pecl install xdebug \