From 1fa0b5943b2b851a04a6059bc4c1a64a3c3218e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:51:21 +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 5253c72..e64b7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79-alpine as build +FROM rust:1.80-alpine as build RUN apk add --update --no-cache musl-dev