Skip to content

Commit

Permalink
fix(tibuild): update go.sum
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Oct 12, 2024
1 parent ccabeb6 commit 4f9264a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tibuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .
RUN --mount=type=cache,target=/go/pkg/mod go build -o ./bin/tibuild ./cmd/tibuild

# final image.
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps"

Expand Down
Loading

0 comments on commit 4f9264a

Please sign in to comment.