mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 19:46:13 -04:00
fix(Dockerfile): Use swarm base debian version for builder and executor
This commit is contained in:
parent
afdf310890
commit
2724636608
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# This Dockerfile builds the asb binary
|
# This Dockerfile builds the asb binary
|
||||||
|
|
||||||
FROM rust:1.79-slim AS builder
|
FROM rust:1.79.0-slim-bookworm AS builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue