diff --git a/Dockerfile b/Dockerfile index a226d4b..5f3a34d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73-alpine3.17 +FROM rust:1.76.0-alpine3.19 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.4"