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