mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 15:40:07 -06:00
pin node version for docusaurus build (#2177)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
52cc91c87a
commit
e4f685d12b
@ -8,7 +8,7 @@ FROM alpine AS parent
|
|||||||
RUN apk add git
|
RUN apk add git
|
||||||
RUN git clone --recurse-submodules https://github.com/opentofu/opentofu.org /work
|
RUN git clone --recurse-submodules https://github.com/opentofu/opentofu.org /work
|
||||||
|
|
||||||
FROM node
|
FROM node:22
|
||||||
COPY --from=parent /work /work
|
COPY --from=parent /work /work
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
Loading…
Reference in New Issue
Block a user