From 8c8001eef0d1da665abc35ba3fbe31cbdd6bca99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 05:11:24 +0000 Subject: [PATCH] fix: 20/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 --- 20/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20/Dockerfile b/20/Dockerfile index 31462e0..a40d3a4 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,4 +1,4 @@ -FROM node:iron-alpine +FROM node:20.15.1-alpine3.20 LABEL maintainer "Tim Brust " ARG REFRESHED_AT