From 21981d072b216af1027b9976120b1316e45217e5 Mon Sep 17 00:00:00 2001 From: W4ff1e <72278085+W4ff1e@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:40:09 -0500 Subject: [PATCH 1/3] Bumped Rust Version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebd942c..e2744f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76.0-alpine3.19 +FROM rust:1.84.1-alpine3.21 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.5" From 9e45af469b0e54cca636a2aecfa3f285ee4d25f0 Mon Sep 17 00:00:00 2001 From: W4ff1e <72278085+W4ff1e@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:25:48 -0500 Subject: [PATCH 2/3] Bumped rust version to 1.85 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2744f8..9fcc8dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1-alpine3.21 +FROM rust:1.85-alpine3.21 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.5" From bb245564dc93f20b1e744df9d287eba3aa26b9e8 Mon Sep 17 00:00:00 2001 From: W4ff1e <72278085+W4ff1e@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:50:32 -0400 Subject: [PATCH 3/3] Bumped Rust Version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fcc8dc..07bd052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.85-alpine3.21 +FROM rust:1.88-alpine3.21 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.5"