From a70e16b4e785f1790a0e939537d44a0cafb6db10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 08:23:40 +0000 Subject: [PATCH] fix: frontend/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 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 40ee3e041..3a67b72d6 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -46,7 +46,7 @@ RUN npm i vite@4.4.9 @vitejs/plugin-react@4.0.4 vite-plugin-svgr@3.3.0 vite-tsco RUN npm run build-ocp ## Stage 2: Nginx state for serving content -FROM nginx:alpine-slim as prod +FROM nginx:1-alpine3.20-slim as prod # copy custom nginx configuration from host to container COPY nginx.conf /etc/nginx/conf.d/default.conf