From 2a8a9e707f3aa99a7ef12e6915bc0e2fbbe279b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:50:03 +0000 Subject: [PATCH] Update Node.js to v18.20.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3382c32..def5947 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.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