From ad228c54fb985af4f6f959c0409b2e95d7fa1819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 16:20:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 203d3e5a..a3d36a85 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