From e6a29a238d31ef2ee810766c8a6497be7be8f326 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Aug 2023 18:31:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-FREETYPE-1019584 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGD2-382975 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adf0c02..4f5878c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -From nginx:1.12 +From nginx:1.25.1 RUN apt-get update && apt-get install -y nodejs EXPOSE 80