From 911c1bd6bf2ba97a86268231e025324e81261f13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Apr 2022 16:58:02 +0000 Subject: [PATCH] fix: Dockerfile.dashboard to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-XZ-2445108 --- Dockerfile.dashboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dashboard b/Dockerfile.dashboard index fd73b30..594545a 100644 --- a/Dockerfile.dashboard +++ b/Dockerfile.dashboard @@ -13,7 +13,7 @@ COPY --chown=node:node . . RUN npm run build -FROM nginx:stable-alpine as production-stage +FROM nginx:1-alpine as production-stage COPY --from=build-stage /home/node/app/dist /usr/share/nginx/html