update symfony-container ref
Cadoles/hydra-sql/pipeline/head This commit is unstable Details

This commit is contained in:
Matthieu Lamalle 2024-07-25 10:26:33 +02:00
parent 18c0edbe5b
commit 5bfd8991ee
2 changed files with 2 additions and 2 deletions

View File

@ -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.4.29-stable.1038.6395e3c
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2024.7.25-stable.959.7896915
RUN chown 1000:www-data -R /app

View File

@ -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.4.29-stable.1038.6395e3c
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2024.7.25-stable.959.7896915
RUN chown 1000:www-data -R /app
USER www-data