From 2c02c6fdaf6fb950ca2c7948b7c19744ff6a3768 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Aug 2024 20:46:58 +0000 Subject: [PATCH] chore(deps): update docker.io/rust docker tag to v1.80.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e59def4..da784e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/rust:1.80.0-slim-bookworm +FROM docker.io/rust:1.80.1-slim-bookworm # nodejs - runtime used by forgejo/github actions # curl - to download cargo-binstall