Skip to content

Commit d8f88a3

Browse files
authored
Update Dockerfile
1 parent ec1b31c commit d8f88a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN git clone https://github.com/nezhahq/agent
44
WORKDIR /root/agent/cmd/agent
55
RUN env CGO_ENABLED=0 \
66
go build -v -trimpath -ldflags \
7-
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.13.1"
7+
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.14.0"
88
FROM alpine
99
RUN apk add --no-cache util-linux
1010
COPY --from=builder /root/agent/cmd/agent/agent /cgent

0 commit comments

Comments
 (0)