Skip to content

Commit

Permalink
Bump Rust toolchain to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Apr 8, 2022
1 parent bf3ae31 commit 566bedb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
&& rm -rf /var/lib/apt/lists/*

# Rust setup
ARG RUST_VERSION=1.58.1
ARG RUST_VERSION=1.60.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down
2 changes: 1 addition & 1 deletion debian/bullseye/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# Rust setup
ARG RUST_VERSION=1.58.1
ARG RUST_VERSION=1.60.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y --no
&& rm -rf /var/lib/apt/lists/*

# Rust setup
ARG RUST_VERSION=1.58.1
ARG RUST_VERSION=1.60.0

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down

0 comments on commit 566bedb

Please sign in to comment.