From 07c40217a9f16eecf871816709315f52eb94fbe8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 08:17:26 +0000 Subject: [PATCH] fix: assets/docker/authp/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 --- assets/docker/authp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docker/authp/Dockerfile b/assets/docker/authp/Dockerfile index 873ede70..60462cfc 100644 --- a/assets/docker/authp/Dockerfile +++ b/assets/docker/authp/Dockerfile @@ -12,6 +12,6 @@ RUN xcaddy build \ --with github.com/greenpau/caddy-trace \ --with github.com/caddy-dns/cloudflare -FROM caddy:latest +FROM caddy:2.8.4 COPY --from=builder /usr/bin/caddy /usr/bin/caddy