Skip to content

Commit

Permalink
feat(rust): upgrade from 1.64.0 to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 1, 2023
1 parent 480345b commit 2e6d29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL \
WORKDIR /workspace

# Install Rust
ARG RUST_VERSION=1.64.0
ARG RUST_VERSION=1.66.0
ARG RUSTUP_INIT_VERSION=1.24.3
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL \
WORKDIR /workspace

# Install Rust for the correct CPU architecture
ARG RUST_VERSION=1.64.0
ARG RUST_VERSION=1.66.0
ARG RUSTUP_INIT_VERSION=1.24.3
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down

0 comments on commit 2e6d29f

Please sign in to comment.