File tree 2 files changed +5
-5
lines changed
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 \
23
23
FROM ubuntu:20.04
24
24
ARG WORK_DIRECTORY=/home/docsworker-xlarge
25
25
ARG SNOOTY_PARSER_VERSION=0.18.10
26
- ARG SNOOTY_FRONTEND_VERSION=0.18.15
26
+ ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
27
27
ARG MUT_VERSION=0.11.4
28
28
ARG REDOC_CLI_VERSION=1.3.4
29
29
ARG NPM_BASE_64_AUTH
@@ -64,7 +64,7 @@ USER docsworker-xlarge
64
64
WORKDIR ${WORK_DIRECTORY}
65
65
66
66
# 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
68
68
69
69
RUN chmod -R 777 ${WORK_DIRECTORY}/.cargo/bin
70
70
@@ -85,7 +85,7 @@ RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongod
85
85
&& mv ./docs-tools/themes/guides/static/images/bg-accent.svg ./static/docs-tools/images/bg-accent.svg \
86
86
&& cd component-factory-transformer \
87
87
&& cargo build \
88
- && rustup target add wasm32-wasi \
88
+ && rustup target add wasm32-wasip1 \
89
89
&& npm run prepublishOnly
90
90
91
91
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM arm64v8/ubuntu:20.04 as initial
2
2
ARG NPM_BASE_64_AUTH
3
3
ARG NPM_EMAIL
4
4
ARG SNOOTY_PARSER_VERSION=0.18.10
5
- ARG SNOOTY_FRONTEND_VERSION=0.18.15
5
+ ARG SNOOTY_FRONTEND_VERSION=0.18.15-b
6
6
ARG MUT_VERSION=0.11.4
7
7
ARG REDOC_CLI_VERSION=1.3.4
8
8
ARG NPM_BASE_64_AUTH
@@ -69,7 +69,7 @@ RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongod
69
69
&& npm ci --legacy-peer-deps \
70
70
&& cd component-factory-transformer \
71
71
&& cargo build \
72
- && rustup target add wasm32-wasi \
72
+ && rustup target add wasm32-wasip1 \
73
73
&& npm run prepublishOnly
74
74
75
75
RUN 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