From 85070fdc3ce1fcc39293e2d319154c24bced9723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:32:18 +0000 Subject: [PATCH] Update Node.js to v18.20.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3382c32..7bf3d23 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:18.20.4-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