mirror of
https://github.com/basicswap/basicswap.git
synced 2026-06-10 13:01:41 +02:00
build: update docker base images to debian:trixie
This commit is contained in:
@@ -3,7 +3,7 @@ FROM i_swapclient as install_stage
|
||||
RUN basicswap-prepare --preparebinonly --bindir=/coin_bin --withcoin=decred --withoutcoins=particl && \
|
||||
find /coin_bin -name *.tar.gz -delete
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
FROM debian:trixie-slim
|
||||
COPY --from=install_stage /coin_bin .
|
||||
|
||||
ENV DCR_DATA /data
|
||||
|
||||
Reference in New Issue
Block a user