Skip to content

Commit 5b29b23

Browse files
committed
make the web docker-image build on more platforms
1 parent 16885a3 commit 5b29b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1717
libssl-dev zlib1g-dev ca-certificates
1818

1919
# Install the stable toolchain with rustup
20-
RUN curl https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init >/tmp/rustup-init && \
20+
RUN curl https://sh.rustup.rs >/tmp/rustup-init && \
2121
chmod +x /tmp/rustup-init && \
2222
/tmp/rustup-init -y --no-modify-path --default-toolchain stable --profile minimal
2323
ENV PATH=/root/.cargo/bin:$PATH

0 commit comments

Comments
 (0)