From 7b94b52ef90f8474715a87622c9a1ee6ec84be16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 01:27:32 +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-UPSTREAM-NODE-6252334 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6252335 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6255385 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0c3265..0bc5034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9.0-alpine as node +FROM node:20.12.1-alpine as node RUN apk update && apk add curl