From e03312be7d9c9450913cfe579c48b4a66a7aff55 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 29 Apr 2024 11:47:26 +0200 Subject: [PATCH] update symofny-containers --- misc/images/hydra-sql-base/Dockerfile | 6 +++--- misc/images/hydra-sql-standalone/Dockerfile | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/misc/images/hydra-sql-base/Dockerfile b/misc/images/hydra-sql-base/Dockerfile index 673ea8f..350003b 100644 --- a/misc/images/hydra-sql-base/Dockerfile +++ b/misc/images/hydra-sql-base/Dockerfile @@ -1,6 +1,6 @@ ARG NODE_OPTIONS="--openssl-legacy-provider" -ARG PHP_PKG_VERSION="8.1.22-r0" -ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ +ARG PHP_PKG_VERSION="8.1.27-r0" +ARG ADDITIONAL_PACKAGES="bash=5.2.15-r5 \ build-base=0.5-r3 \ php81-gd=${PHP_PKG_VERSION} \ php81-xsl=${PHP_PKG_VERSION} \ @@ -12,5 +12,5 @@ ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ php81-pdo_mysql=${PHP_PKG_VERSION} \ php81-bcmath=${PHP_PKG_VERSION}" -FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2024.3.29-stable.1046.c568908 +FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.2-base-2024.4.29-stable.1038.6395e3c RUN chown 1000:www-data -R /app diff --git a/misc/images/hydra-sql-standalone/Dockerfile b/misc/images/hydra-sql-standalone/Dockerfile index 0b408af..15d4580 100644 --- a/misc/images/hydra-sql-standalone/Dockerfile +++ b/misc/images/hydra-sql-standalone/Dockerfile @@ -1,6 +1,6 @@ ARG NODE_OPTIONS="--openssl-legacy-provider" -ARG PHP_PKG_VERSION="8.1.22-r0" -ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ +ARG PHP_PKG_VERSION="8.1.27-r0" +ARG ADDITIONAL_PACKAGES="bash=5.2.15-r5 \ build-base=0.5-r3 \ php81-gd=${PHP_PKG_VERSION} \ php81-xsl=${PHP_PKG_VERSION} \ @@ -12,6 +12,6 @@ ARG ADDITIONAL_PACKAGES="bash=5.2.15-r0 \ php81-pdo_mysql=${PHP_PKG_VERSION} \ php81-bcmath=${PHP_PKG_VERSION}" -FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2024.3.29-stable.1046.c568908 +FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.2-standalone-2024.4.29-stable.1038.6395e3c RUN chown 1000:www-data -R /app -USER www-data \ No newline at end of file +USER www-data