From a7bca3affe5f1e7957b69708caa73abc1dccc392 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:58:44 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.77.1 --- varia/Dockerfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varia/Dockerfile.tests b/varia/Dockerfile.tests index e0d6c21..862aec0 100644 --- a/varia/Dockerfile.tests +++ b/varia/Dockerfile.tests @@ -1,7 +1,7 @@ # This Dockerfile is mostly for CI, see .github/workflows/tests.yml # Run with --build-arg=channel=stable OR --build-arg=channel=nightly (default) ARG rust=nightly -ARG msrv=1.60.0 +ARG msrv=1.77.1 # Using Dockerfile conditionals #### Base image for STABLE