From e4f685d12b2f868d3281d275b495ecd839cda3ca Mon Sep 17 00:00:00 2001 From: Oleksandr Levchenkov Date: Tue, 19 Nov 2024 10:45:02 +0200 Subject: [PATCH] pin node version for docusaurus build (#2177) Signed-off-by: ollevche --- website/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index 2a158142dd..669517e33c 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -8,7 +8,7 @@ FROM alpine AS parent RUN apk add git RUN git clone --recurse-submodules https://github.com/opentofu/opentofu.org /work -FROM node +FROM node:22 COPY --from=parent /work /work WORKDIR /work RUN npm i