mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
chore(deps): update base image to debian:11-slim
This commit is contained in:
parent
89afd837ff
commit
8d42b80ab8
@ -29,7 +29,7 @@ RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build \
|
|||||||
&& (file /code/build/sonrd | grep "statically linked")
|
&& (file /code/build/sonrd | grep "statically linked")
|
||||||
|
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
FROM alpine:3.16
|
FROM debian:11-slim
|
||||||
|
|
||||||
COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
|
COPY --from=go-builder /code/build/sonrd /usr/bin/sonrd
|
||||||
|
|
||||||
@ -41,4 +41,4 @@ WORKDIR /opt
|
|||||||
# rest server, tendermint p2p, tendermint rpc
|
# rest server, tendermint p2p, tendermint rpc
|
||||||
EXPOSE 1317 26656 26657
|
EXPOSE 1317 26656 26657
|
||||||
|
|
||||||
CMD ["/usr/bin/sonrd", "start"]
|
ENTRYPOINT ["/usr/bin/sonrd"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user