From 286ab7a6540f6e7fdbe01064879dc4d2194f847e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:18:58 +0000 Subject: [PATCH] chore(deps): update ghcr.io/pingcap-qe/bases/pingcap-base docker tag to v1.9.1 --- 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"