Skip to content

Commit

Permalink
Merge pull request #1181 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 81e4ee1 + 13dc43e commit f6716a5
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 @@ -108,7 +108,7 @@ RUN xcaddy build v2.7.6 \
--with github.com/dunglas/vulcain/caddy

# Caddy image
FROM caddy:2-alpine AS app_caddy
FROM caddy:2.7.6-alpine AS app_caddy

# needed for security update until base image is updated
RUN apk upgrade libcurl curl openssl openssl-dev libressl libcrypto1.1 libssl1.1 libcrypto3 libssl3
Expand Down

0 comments on commit f6716a5

Please sign in to comment.