From 37e3a80da2471e344114ff4df3544aef6434d9af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 00:53:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-6913411 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249236 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-7249265 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 333bc22c71..3d55bd26f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ FROM dependencies AS build COPY . . RUN npm run build:docker -FROM nginx:1.25.3-alpine as release +FROM nginx:1.26.0-alpine as release COPY --from=build /app/dist /usr/share/nginx/html COPY --from=build /app/scripts/docker-init.sh /