From 0ba7f6c2163c0ed92744b2c287658bd17cf6d81e Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Thu, 30 Nov 2023 16:34:17 +0100 Subject: [PATCH] bump: rust to 1.74.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 362345f..497abc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 +FROM rust:1.74.0 LABEL "com.github.actions.name"="Rust Action Box" LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"