From 942581e1722abe5a7540f83757eff8d107217ae0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 07:49:11 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e374d92..b594d3fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY ./public/index.html /app/public RUN yarn build # Production Installer image -FROM nginx:1.25.2-bookworm +FROM nginx:1.27-bookworm WORKDIR /app