Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yosebyte authored Feb 1, 2025
1 parent 0a8a698 commit 577be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN git clone https://github.com/nezhahq/agent
WORKDIR /root/agent/cmd/agent
RUN env CGO_ENABLED=0 \
go build -v -trimpath -ldflags \
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.7.0"
"-s -w -X github.com/nezhahq/agent/pkg/monitor.Version=1.7.1"
FROM alpine
RUN apk add --no-cache util-linux
COPY --from=builder /root/agent/cmd/agent/agent /cgent
Expand Down

0 comments on commit 577be78

Please sign in to comment.