From f511e6ab6bd0db32e9f1cc3aebf264d5bc6b69fc Mon Sep 17 00:00:00 2001 From: Guilherme Rauen <33286139+guilherme-rauen@users.noreply.github.com> Date: Fri, 11 Nov 2022 17:22:07 +0100 Subject: [PATCH] update node image to the latest and most secure (#189) Co-authored-by: Guilherme Rauen --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc677b5d..312983ad 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