diff --git a/.github/docker/Dockerfile.rust b/.github/docker/Dockerfile.rust index 81875533..13a4be4e 100644 --- a/.github/docker/Dockerfile.rust +++ b/.github/docker/Dockerfile.rust @@ -1,3 +1,3 @@ -FROM rust:1.91.0-alpine3.22 +FROM rust:1.91.1-alpine3.22 CMD echo this is a dummy file used to automate dependency upgrades for plugins