From 4cc75011ebcaf7acbdd170b3bf0c2ac6060b8327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:40:49 +0000 Subject: [PATCH] Update Node.js to v22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3382c32..57262f7 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:22.13.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