From 4c5f83e2f3f2f31c92041d36dacb23bbe3459931 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 May 2024 20:27:47 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33d9432..9e5cb97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build image -FROM node:20.12.1-alpine AS build +FROM node:20.13-alpine AS build WORKDIR /app EXPOSE 3000