From 0fc3c95cc577787195be3932f1ac6ff07b64c7b0 Mon Sep 17 00:00:00 2001 From: Guilherme Rauen <33286139+guilherme-rauen@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:23:38 +0100 Subject: [PATCH] update node image to the latest and most secure (#81) Co-authored-by: Guilherme Rauen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2eb867..020c56a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18.9.0-alpine3.16 as base +FROM --platform=linux/amd64 node:18.12.1-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3