diff --git a/Dockerfile b/Dockerfile index c97e810..1ddc773 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76.0-alpine3.19 +FROM rust:1.78-alpine3.20 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.5"