Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 6fc7dfe commit 944e1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.6

# depName=rust datasource=docker
ARG RUST_VERSION="1.79.0"
ARG RUST_VERSION="1.82.0"

ARG BASE_IMG=rust # default image
ARG BASE_TAG=${RUST_VERSION} # default tag
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.79.0"
channel = "1.82.0"

0 comments on commit 944e1af

Please sign in to comment.