From 8175c066e917552d99e4e7bc4277604518ffbedb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 15:02:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f68b168c..b4e73336 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile # Use node alpine as it's a small node image -FROM node:alpine +FROM node:21.2-alpine3.18 # Create the directory on the node image # where our Next.js app will live