Fixed(cicd) needed to update Caddy to 2.9.1

This commit is contained in:
Slim Amamou 2025-01-14 09:41:57 +01:00
parent c8289266d1
commit 7945b1b765

View file

@ -183,12 +183,7 @@ RUN set -eux; \
RUN rm -f .env.local.php
# Build Caddy with the Mercure and Vulcain modules
# FROM caddy:${CADDY_VERSION}-builder-alpine AS app_caddy_builder
# Temporary fix for https://github.com/dunglas/mercure/issues/770
# https://github.com/dunglas/symfony-docker/pull/407/files
FROM caddy:2.8.4-builder-alpine AS app_caddy_builder
FROM caddy:${CADDY_VERSION}-builder-alpine AS app_caddy_builder
# RUN xcaddy build \
# --with github.com/dunglas/mercure \