From 2b97cc1e8f85030f9924a7ecfcc59ecca343ac35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Sep 2026 20:01:35 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993268 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993268 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-15763406 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c591ab..1545d64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.22.0-alpine3.23 +FROM node:22.23.2-alpine3.23 RUN apk --update --no-cache add python3 py3-pip jq curl bash git docker sudo && \ ln -sf /usr/bin/python3 /usr/bin/python && \