From 211b2517b4c453cc6eecfff365378a1671f31d6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:39:24 +0000 Subject: [PATCH] chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.9.1 (#166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | patch | `v1.9.0` -> `v1.9.1` | --- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dl/Dockerfile | 2 +- tibuild/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dl/Dockerfile b/dl/Dockerfile index 4c0d09c..e47fddc 100644 --- a/dl/Dockerfile +++ b/dl/Dockerfile @@ -3,7 +3,7 @@ FROM golang:1.22.4 AS builder COPY . /app RUN --mount=type=cache,target=/go/pkg/mod cd /app && go build -o server ./cmd/server -FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.0 +FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps" diff --git a/tibuild/Dockerfile b/tibuild/Dockerfile index 2811b7b..3d2ab3d 100644 --- a/tibuild/Dockerfile +++ b/tibuild/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN --mount=type=cache,target=/go/pkg/mod go build -o ./bin/tibuild ./cmd/tibuild -FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.0 +FROM ghcr.io/pingcap-qe/bases/pingcap-base:v1.9.1 LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps"