Update php to 8.1

This commit is contained in:
Deon George 2022-07-30 10:55:11 +10:00
parent 1f3a2cc04f
commit 5ca16a0d38
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
# NAME leenooks/php
# VERSION 8.0-fpm-server
# VERSION 8.1-fpm-server
FROM registry.leenooks.net/leenooks/php:8.0-fpm-latest
FROM registry.leenooks.net/leenooks/php:8.1-fpm-latest
RUN CFLAGS="$CFLAGS -D_GNU_SOURCE" docker-php-ext-install -j$(nproc) sockets pcntl

View File

@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 8.0-fpm-server-test
# VERSION 8.1-fpm-server-test
FROM registry.leenooks.net/leenooks/php:8.0-fpm-server
FROM registry.leenooks.net/leenooks/php:8.1-fpm-server
RUN pecl install xdebug \
&& docker-php-ext-enable xdebug