From c7f0710ce7955b315379988ed6948b7c7e27f4a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Apr 2023 02:22:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5291792 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5291792 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0b16f1..bd292b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.14.1-alpine3.16 as base +FROM --platform=linux/amd64 node:hydrogen-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3