diff --git a/.github/docker/Dockerfile.rust b/.github/docker/Dockerfile.rust index 22136258..f1821774 100644 --- a/.github/docker/Dockerfile.rust +++ b/.github/docker/Dockerfile.rust @@ -1,3 +1,3 @@ -FROM rust:1.92.0-alpine3.22 +FROM rust:1.93.0-alpine3.22 CMD echo this is a dummy file used to automate dependency upgrades for plugins