Skip to content

Commit

Permalink
Revert rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Nov 15, 2021
1 parent 513ff25 commit 309b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcxagency-base/vcxagency-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk update && apk upgrade && \
USER indy
WORKDIR /home/indy

ARG RUST_VER="1.56.1"
ARG RUST_VER="1.52.0"
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST_VER --default-host x86_64-unknown-linux-musl
ENV PATH="/home/indy/.cargo/bin:$PATH" RUSTFLAGS="-C target-feature=-crt-static"

Expand Down

0 comments on commit 309b143

Please sign in to comment.