From 91bd79aa4358533528a04e926a3e4aead6c22a6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2024 12:44:29 +0000 Subject: [PATCH] fix: tags/latest/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 --- tags/latest/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/latest/alpine/Dockerfile b/tags/latest/alpine/Dockerfile index d95db3a..a0f38f9 100644 --- a/tags/latest/alpine/Dockerfile +++ b/tags/latest/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:21.6.0-alpine3.19 LABEL maintainer="Keymetrics " # Install pm2