From c906faa68f568c0393029e7146869ab655085151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 14:44:19 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef774a1..3a9ef73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN yarn install --pure-lockfile RUN yarn build RUN yarn install --production --frozen-lockfile -FROM nginx:1.17.8 +FROM nginx:1.25.3 RUN apt-get update && apt-get install gzip