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 ec1b31c commit d8f88a3Copy full SHA for d8f88a3
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.13.1"
+ "-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.14.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