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 1ce7c61 commit 10f9a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 go build -mod=readonly -ldflags "-X main.version=$VERSION" -o coroot .


Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ npm-build:
cd $(UI_PATH) && npm run build-prod

.PHONY: docker
#docker: npm-build # 暂时不改前端,所以不需要重新构建
docker:
docker build . -t registry.cn-beijing.aliyuncs.com/obser/coroot:v1.24.1-fix
docker: npm-build
docker build . -t registry.cn-beijing.aliyuncs.com/obser/coroot:v1.24.3

.PHONY: docker.debug
docker.debug:
Expand Down

0 comments on commit 10f9a9a

Please sign in to comment.