From c7be23aa94bf28f8c00e5b88dc5f750c146feefd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:12:19 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.80 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e64591..af91c01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79-alpine as build +FROM rust:1.80-alpine as build ARG BUILD_VERSION