Skip to content

Commit

Permalink
Merge pull request #1182 from coopTilleuls/fix/cve-2024-22189
Browse files Browse the repository at this point in the history
Fix/CVE 2024 22189
  • Loading branch information
davy-beauzil committed May 17, 2024
2 parents f6716a5 + 005419b commit ebfb9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@

CVE-2024-22189
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ RUN set -eux; \
RUN rm -f .env.local.php

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

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

# Caddy image
FROM caddy:2.7.6-alpine AS app_caddy
FROM caddy:2-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 ebfb9cd

Please sign in to comment.