mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
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:
parent
8f4199271c
commit
2736bbd179
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue