We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f1bd8 commit 215be41Copy full SHA for 215be41
Dockerfile
@@ -4,7 +4,7 @@ RUN git clone https://github.com/nezhahq/agent
4
WORKDIR /root/agent/cmd/agent
5
RUN env CGO_ENABLED=0 \
6
go build -v -trimpath -ldflags \
7
- "-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.12.3"
+ "-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.13.0"
8
FROM alpine
9
RUN apk add --no-cache util-linux
10
COPY --from=builder /root/agent/cmd/agent/agent /cgent
0 commit comments