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"