Skip to content

Commit

Permalink
Update Dockerfile (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Dec 9, 2023
1 parent ed89d13 commit f89119d
Showing 1 changed file with 1 addition 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 test ./... && go build -o ./bin/tibuild ./cmd/tibuild


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

Expand Down

0 comments on commit f89119d

Please sign in to comment.