From d985e1681830cfba66bd9e8aaf50686965c376d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 10:43:06 +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-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- 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