From 404c574c2c16bf3a11a42e154151a6598d0ecb99 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:08:43 +0200 Subject: [PATCH] Update Rust version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb4126e..f686cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN ~/.bun/bin/bun install RUN ~/.bun/bin/bun run build ### Build Cup ### -FROM rust:1.80.1-alpine AS build +FROM rust:1-alpine AS build # Requirements RUN apk add musl-dev