doc updates (#489)

This commit is contained in:
Dmitry Holodov
2023-06-20 18:57:32 -05:00
committed by GitHub
parent 7619b9a6af
commit 67e7728c59
4 changed files with 78 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ RUN go install -tags=prod \
github.com/athanorlabs/atomic-swap/cmd/swapcli@"${VERSION}"
RUN /go/bin/bootnode --version
FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y ca-certificates gosu
COPY --from=builder /go/bin/ /usr/local/bin/