mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-18 18:17:54 -05:00
pin node version for docusaurus build (#2177)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
parent
52cc91c87a
commit
e4f685d12b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue