Skip to content

Commit

Permalink
Fix API-Platform Caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Jul 10, 2023
1 parent b5cb540 commit 996073b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api-platform/api/Dockerfile
Expand Up @@ -94,9 +94,10 @@ RUN set -eux; \
RUN rm -f .env.local.php

# Build Caddy with the Mercure and Vulcain modules
FROM caddy:2-builder-alpine AS app_caddy_builder
# Temporary fix for https://github.com/dunglas/mercure/issues/770
FROM caddy:2.7-builder-alpine AS app_caddy_builder

RUN xcaddy build \
RUN xcaddy build v2.6.4 \
--with github.com/dunglas/mercure/caddy \
--with github.com/dunglas/vulcain/caddy

Expand Down

0 comments on commit 996073b

Please sign in to comment.