From 7aa51e4223eb388e82b7e22d8a9a35981ad0feba Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Thu, 17 Oct 2024 15:59:13 +0200 Subject: [PATCH] Update rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6847016..145262e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.61.0-alpine as builder +FROM rust:1.81.0-alpine as builder WORKDIR /app