From a8616d8a8dc7de415b59b02b188388717a08ab0e Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Thu, 3 Oct 2024 12:19:42 +0100 Subject: [PATCH] fix: update rust version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dc115b..ae86d62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Based on the labrinth Dockerfile: https://github.com/modrinth/labrinth/blob/master/Dockerfile -FROM rust:1.53 +FROM rust:1.79 WORKDIR /srv/backend