From 5414b1d52992ef53cb03c9c6bf2a9793a501e0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Wed, 22 Apr 2026 15:51:05 +0200 Subject: [PATCH] dockerfile bump --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e3494d..3f6430a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from mcluseau/rust:1.94.0 as build +from mcluseau/rust:1.95.0 as build workdir /app copy . . @@ -10,6 +10,6 @@ run \ && find target/release -maxdepth 1 -type f -executable -exec cp -v {} /dist/ + # ------------------------------------------------------------------------ -from alpine:3.23 +from alpine:3.23.4 copy --from=build /dist/ /bin/