Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent 991a301 commit b943335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varia/Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM rustlang/rust:nightly AS cargo-base-nightly
ENV components="" buildflags="--tests --examples"

#### Base image for MSRV
FROM rust:1.60.0 AS cargo-base-msrv
FROM rust:1.77.0 AS cargo-base-msrv
# Don't build tests: dev-dependencies are incompatible with MSRV.
ENV components="" buildflags=""

Expand Down

0 comments on commit b943335

Please sign in to comment.