From 0a0197d2e75b7498be9f140cb5525fa5388f0587 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 04:20:26 +0000 Subject: [PATCH] fix: frontend/Dockerfile.production 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-BUSYBOX-6913411 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 --- frontend/Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile.production b/frontend/Dockerfile.production index 6565a7c..a9dd88e 100644 --- a/frontend/Dockerfile.production +++ b/frontend/Dockerfile.production @@ -28,7 +28,7 @@ RUN npm run build #CMD serve -s build -FROM caddy:2.7.2-alpine +FROM caddy:2.9.1-alpine ARG CERT