Skip to content

Commit

Permalink
Reversion v1.24.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
StLeoX committed Jan 9, 2025
1 parent 6323f8f commit 85efc51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85efc51

Please sign in to comment.