From a6600d083b93bd5ccb37a06e2283a9c9bd0eaed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:36:20 +0000 Subject: [PATCH] Update Node.js to v20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3382c32..0656966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN set -x && \ wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz && \ tar xzf hugo_${HUGO_VERSION}_Linux-64bit.tar.gz -FROM node:18.16.0-alpine AS node +FROM node:20.5.1-alpine AS node RUN apk add --update git RUN npm install --production -g firebase-tools COPY --link --from=hugo-build /var/hugo /usr/bin/hugo