Compare commits

..

1 Commits

Author SHA1 Message Date
cmsassot 8cde31fc9c chore(caddy): passage à caddy
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable Details
2024-03-28 11:13:41 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ 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
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2024.3.28-stable.937.0cac013

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-standalone
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2024.3.28-stable.937.0cac013
USER www-data