Skip to content

Commit

Permalink
Upgrade to daemon 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Dec 7, 2023
1 parent b1ba2e7 commit edad6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.19-bullseye as BUILD

ARG GO_LIBP2P_RELAY_DAEMON_VERSION="0.3.0"
ARG GO_LIBP2P_RELAY_DAEMON_VERSION="0.4.0"
ENV CGO_ENABLED=0
RUN go install github.com/libp2p/go-libp2p-relay-daemon/cmd/libp2p-relay-daemon@v${GO_LIBP2P_RELAY_DAEMON_VERSION}

Expand Down

0 comments on commit edad6f8

Please sign in to comment.