Skip to content

Commit

Permalink
ci: bump rust:buster toolchain (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Dec 13, 2024
1 parent 925c8a9 commit f84f69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN if test -z "$(command -v cargo)"; then apt-get update && apt-get -y install
RUN if test -z "$(command -v cargo)"; then curl https://sh.rustup.rs -sSf | sh -s -- -y ; fi

# rust:buster ships 1.79, bump that
RUN if test "${DEBIAN_FROM}" -eq "rust:buster"; then rustup toolchain install stable ; fi
RUN if test "${DEBIAN_FROM}" = "rust:buster"; then rustup toolchain install stable ; fi

# this works on both debian and ubuntu
ENV PATH="/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit f84f69a

Please sign in to comment.