From aa703ae586d2649bc4565e1e5423e019ba027409 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Oct 2022 08:19:03 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035792 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-3035795 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dcdfcc..8437028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.8.0-alpine as base +FROM --platform=linux/amd64 node:18.10-alpine as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3