From 12ccf043255acc28a9b2b123761898bd3592b467 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 03:36:46 +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-7249265 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249419 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249419 --- frontend/Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile.production b/frontend/Dockerfile.production index 6565a7c..b6c4411 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-alpine ARG CERT