From af08c9a7ce0d9421c777ef006da165fafef4caa4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Sep 2024 00:02:43 +0000 Subject: [PATCH] chore(deps): update docker.io/rust docker tag to v1.81.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81cc022..2c2c126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rust:1.80.1-slim-bookworm +FROM docker.io/rust:1.81.0-slim-bookworm # nodejs - runtime used by forgejo/github actions # curl - to download cargo-binstall