From 76601c5348e7a9b5189bb0d7d8a9e4418e51a63b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Aug 2022 06:54:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07f47b4..78ac947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.6.0-alpine as base +FROM --platform=linux/amd64 node:18-alpine as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3