From ab3bdb4dff0cebae2773bd7469fa361da8b28f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 14 Sep 2023 21:01:54 +0300 Subject: [PATCH] chore(docker): bump the Rust version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d53e0da..40f8cba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69.0-alpine3.17 as builder +FROM rust:1.72.0-alpine3.18 as builder WORKDIR /app RUN apk update RUN apk add --no-cache musl-dev bash git