Fixed(cicd) needed to update Caddy to 2.9.1
This commit is contained in:
parent
c8289266d1
commit
7945b1b765
1 changed files with 1 additions and 6 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue