This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \
2323FROM ubuntu:20.04
2424ARG WORK_DIRECTORY=/home/docsworker-xlarge
2525ARG SNOOTY_PARSER_VERSION=0.18.10
26- ARG SNOOTY_FRONTEND_VERSION=0.18.15
26+ ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
2727ARG MUT_VERSION=0.11.4
2828ARG REDOC_CLI_VERSION=1.3.4
2929ARG NPM_BASE_64_AUTH
@@ -64,7 +64,7 @@ USER docsworker-xlarge
6464WORKDIR ${WORK_DIRECTORY}
6565
6666# Get Rust
67- RUN curl --proto '=https' --tls1 .2 -sSf https://sh.rustup.rs/ | sh -s -- --default-toolchain=1.77.0 -y
67+ RUN curl --proto '=https' --tlsv1 .2 -sSf https://sh.rustup.rs | sh -s -- -y
6868
6969RUN chmod -R 777 ${WORK_DIRECTORY}/.cargo/bin
7070
@@ -85,7 +85,7 @@ RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongod
8585 && mv ./docs-tools/themes/guides/static/images/bg-accent.svg ./static/docs-tools/images/bg-accent.svg \
8686 && cd component-factory-transformer \
8787 && cargo build \
88- && rustup target add wasm32-wasi \
88+ && rustup target add wasm32-wasip1 \
8989 && npm run prepublishOnly
9090
9191
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM arm64v8/ubuntu:20.04 as initial
22ARG NPM_BASE_64_AUTH
33ARG NPM_EMAIL
44ARG SNOOTY_PARSER_VERSION=0.18.10
5- ARG SNOOTY_FRONTEND_VERSION=0.18.15
5+ ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
66ARG MUT_VERSION=0.11.4
77ARG REDOC_CLI_VERSION=1.3.4
88ARG NPM_BASE_64_AUTH
@@ -69,7 +69,7 @@ RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongod
6969 && npm ci --legacy-peer-deps \
7070 && cd component-factory-transformer \
7171 && cargo build \
72- && rustup target add wasm32-wasi \
72+ && rustup target add wasm32-wasip1 \
7373 && npm run prepublishOnly
7474
7575RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/shared.mk -o shared.mk
You can’t perform that action at this time.
0 commit comments