From efe652f26b9af8f045fdefad0fe46ef87effc2fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Feb 2022 23:16:43 +0000 Subject: [PATCH 1/2] Update dependency php to v8.1.3 --- images/php-fpm/8.1.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index bca2273fb..f2069cca2 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -5,7 +5,7 @@ FROM composer:latest as healthcheckbuilder RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6 -FROM php:8.1.2-fpm-alpine3.15 +FROM php:8.1.3-fpm-alpine3.15 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images" From db4d1773a9de75ac6abd971fc8c10cded28083af Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Sat, 19 Feb 2022 13:45:00 +1100 Subject: [PATCH 2/2] re-enable sockets build --- images/php-fpm/8.1.Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index f2069cca2..c7a1abbc0 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -81,9 +81,7 @@ RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ && sed -i '1s/^/;Intentionally disabled. Enable via setting env variable XDEBUG_ENABLE to true\n;/' /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini RUN docker-php-ext-configure gd --with-webp --with-jpeg \ - && docker-php-ext-install -j4 bcmath gd gettext mysqli pdo_mysql opcache pdo_pgsql pgsql shmop soap xsl zip \ -# PHP failing to build sockets extension https://github.com/docker-library/php/issues/1245#issuecomment-1020146157 - && CFLAGS="$CFLAGS -D_GNU_SOURCE" docker-php-ext-install -j4 sockets + && docker-php-ext-install -j4 bcmath gd gettext mysqli pdo_mysql opcache pdo_pgsql pgsql shmop soap sockets xsl zip # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/