From ebf35d5c5321a87020fe958ad2a4c6bf12f6e499 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Feb 2023 03:47:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326666 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326668 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326685 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326686 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3326688 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 020c56a..cc177c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.12.1-alpine3.16 as base +FROM --platform=linux/amd64 node:18.14.1-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3