Skip to content

Commit

Permalink
Merge pull request #1180 from coopTilleuls/fix/cve-2024-22189
Browse files Browse the repository at this point in the history
fix: update caddy to 2.7.6 for cve 2024-22189
  • Loading branch information
davy-beauzil committed May 17, 2024
2 parents 873810e + b839058 commit 81e4ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RUN set -eux; \
RUN rm -f .env.local.php

# Build Caddy with the Mercure and Vulcain modules
FROM caddy:2.7-builder-alpine AS app_caddy_builder
FROM caddy:2.7.6-builder-alpine AS app_caddy_builder

RUN xcaddy build v2.7.6 \
--with github.com/dunglas/mercure/caddy \
Expand Down

0 comments on commit 81e4ee1

Please sign in to comment.