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 eafaadd commit 1aeb3bfCopy full SHA for 1aeb3bf
Dockerfile
@@ -6,7 +6,7 @@ RUN go generate ./...
6
WORKDIR /root/agent/cmd/agent
7
RUN env CGO_ENABLED=0 \
8
go build -v -trimpath -ldflags \
9
- "-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.9.0"
+ "-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.9.1"
10
FROM alpine
11
RUN apk add --no-cache util-linux
12
COPY --from=builder /root/agent/cmd/agent/agent /cgent
0 commit comments