From f8a8e46813ae8700e97d8e913cc3b4b8ea820aeb Mon Sep 17 00:00:00 2001 From: crowlkats Date: Thu, 19 Dec 2024 10:34:14 +0100 Subject: [PATCH] fix --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index a2bdfc208..c3db06ef2 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile is adapted from https://whitfin.io/blog/speeding-up-rust-docker-builds/ -FROM rust:1.77 as build +FROM rust:1.83 as build # create a new empty shell project RUN USER=root cargo new --bin registry_api