From 1e7f5932d6639ea6506b9b1f3e42d2dd23d3a9f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 17:39:03 +0000 Subject: [PATCH] fix: assets/docker/authp/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- 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..91b311e2 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.7.5 COPY --from=builder /usr/bin/caddy /usr/bin/caddy