mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 07:33:32 -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 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
|
||||
|
Loading…
Reference in New Issue
Block a user