From f8eb5cc9df0c469c65a397b8b3986bb239ceefb1 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Mon, 10 Jun 2024 22:20:35 +0100 Subject: [PATCH] Updated rust to 1.82 and alpine to 3.20. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c97e810..5564b46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.76.0-alpine3.19 +FROM rust:1.82-alpine3.20 LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions" LABEL "version"="1.4.5"