chore: use debian:12-slim base image for smaller final container (#1243)

use debian:12-slim base image for smaller final container
This commit is contained in:
Mariusz Kogen 2025-04-10 12:00:24 +02:00 committed by GitHub
parent 8f4199271c
commit 2736bbd179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ RUN chmod +x copy_dylibs.sh
RUN ./copy_dylibs.sh $(echo "$TARGETPLATFORM" | cut -d'/' -f2)
# Start a new, final image to reduce size.
FROM debian as final
FROM debian:12-slim as final
ENV LD_LIBRARY_PATH=/usr/lib/nwc
#