From 389d7b59831ea10010ff2a38932e5345888e7ac6 Mon Sep 17 00:00:00 2001 From: Max <4649120+maximehk@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:45:04 +0100 Subject: [PATCH] Bump rust version to rust:1.76.0-alpine3.19 (#90) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"