Skip to content

Commit 9802ade

Browse files
chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.10.0 (#320)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/pingcap-qe/bases/pingcap-base](https://redirect.github.com/rocky-linux/rocky-toolbox-images) | final | minor | `v1.9.2` -> `v1.10.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/ee-apps). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74b59f0 commit 9802ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.25.0 AS builder
33
COPY . /app
44
RUN --mount=type=cache,target=/go/pkg/mod cd /app && go build -o server ./cmd/server
55

6-
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2
6+
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.10.0
77
LABEL org.opencontainers.image.licenses="MIT"
88
LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps"
99

tibuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212
RUN --mount=type=cache,target=/go/pkg/mod go build -o ./bin/tibuild ./cmd/tibuild
1313

1414
# final image.
15-
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.2
15+
FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.10.0
1616
LABEL org.opencontainers.image.licenses="MIT"
1717
LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps"
1818

0 commit comments

Comments
 (0)