From cccec0767944c61c7eee38ae408f9df941528b9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 00:43:03 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169632 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a47ad2a..f6a4283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:23.11.1-alpine3.21 WORKDIR /usr/src/app COPY . . RUN apk update && \