From 5e646f16e08a2afd3331251c4a6c61af2ec2c281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:04:09 -0600 Subject: [PATCH] Bump rust from 1.83.0-alpine3.20 to 1.84.0-alpine3.20 in /.github/docker (#1661) --- .github/docker/Dockerfile.rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/Dockerfile.rust b/.github/docker/Dockerfile.rust index 458aa883..bbf04644 100644 --- a/.github/docker/Dockerfile.rust +++ b/.github/docker/Dockerfile.rust @@ -1,3 +1,3 @@ -FROM rust:1.83.0-alpine3.20 +FROM rust:1.84.0-alpine3.20 CMD echo this is a dummy file used to automate dependency upgrades for plugins