From 41bed5558e753f1b935f9c60f03bd5d5cd1e6c64 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 28 Oct 2021 17:05:49 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7ff63e..cdd1421 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a -RUN apk --no-cache add nodejs="12.22.6-r0" +RUN apk --no-cache add nodejs="14.18.1-r0" COPY dist/universal-statuspage /universal-statuspage