From 577be785985bf5b6340391d441ab315f2867b29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=90=98=F0=9D=90=A8=F0=9D=90=AC=F0=9D=90=9E?= =?UTF-8?q?=F0=9D=90=9B=F0=9D=90=B2=F0=9D=90=AD=F0=9D=90=9E?= <54016243+yosebyte@users.noreply.github.com> Date: Sun, 2 Feb 2025 07:14:43 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a5dded..c248ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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