From e91feb64f54c82d20bed5d54e902b9bd49510300 Mon Sep 17 00:00:00 2001 From: EgleH Date: Tue, 21 Feb 2023 13:54:00 +0100 Subject: [PATCH] Update node base image to node:18.14.0-alpine3.16 (#267) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b97e3d94..51e8b8d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:18-alpine3.16 as base +FROM --platform=linux/amd64 node:18.14.0-alpine3.16 as base RUN apk --update --no-cache add --virtual .builds-deps build-base python3