From 404a67f6a519be99617115d2bd0cd881c314e15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 12 Apr 2024 01:06:02 +0300 Subject: [PATCH] chore: Bump the Rust version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02cdab8..b53485f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Builder -FROM rust:1.70.0-slim-buster as builder +FROM rust:1.77.2-slim-buster as builder RUN apt-get update && \ apt-get install -y --no-install-recommends \ --allow-unauthenticated \