From 85efc518229737800ef9e6b48780506ad828f2ca Mon Sep 17 00:00:00 2001 From: StLeoX Date: Thu, 9 Jan 2025 17:10:12 +0800 Subject: [PATCH] Reversion v1.24.3. --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10c683b..df2eb90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY go.mod . COPY go.sum . RUN export GOPROXY='https://goproxy.cn' && go mod download COPY . . -ARG VERSION=v1.24.1-fix +ARG VERSION=v1.24.3 RUN CGO_ENABLED=1 go build -mod=readonly -ldflags "-X main.version=$VERSION" -o coroot-node-agent . diff --git a/Makefile b/Makefile index e15f7e7..bc29127 100644 --- a/Makefile +++ b/Makefile @@ -38,4 +38,4 @@ go-test: .PHONY: docker docker: - docker build . -t registry.cn-beijing.aliyuncs.com/obser/coroot-node-agent:v1.24.1-fix + docker build . -t registry.cn-beijing.aliyuncs.com/obser/coroot-node-agent:v1.24.3