more verbose apply errors

This commit is contained in:
Mikaël Cluseau
2026-07-15 16:43:46 +02:00
parent 7fb751c2ef
commit fdf6085a35
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from mcluseau/rust:1.95.0 as build
from mcluseau/rust:1.97.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.4
from alpine:3.24.0
copy --from=build /dist/ /bin/