From 9757c3318107be9d1f4e6a1723eb1b568d1f6c5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 May 2024 16:05:05 +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..d537d77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -From nginx:1.12 +From nginx:1 RUN apt-get update && apt-get install -y nodejs EXPOSE 80