Skip to content

Commit 1aeb3bf

Browse files
authored
Update Dockerfile
1 parent eafaadd commit 1aeb3bf

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
@@ -6,7 +6,7 @@ RUN go generate ./...
66
WORKDIR /root/agent/cmd/agent
77
RUN env CGO_ENABLED=0 \
88
go build -v -trimpath -ldflags \
9-
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.9.0"
9+
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.9.1"
1010
FROM alpine
1111
RUN apk add --no-cache util-linux
1212
COPY --from=builder /root/agent/cmd/agent/agent /cgent

0 commit comments

Comments
 (0)