From 2b57f316c821f5acb7ca2b9a357b09f86ca7324f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 07:12:05 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20.2 (#354) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | patch | `3.20.1` -> `3.20.2` | | alpine | stage | patch | `3.20.1` -> `3.20.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/artifacts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dockerfiles/cd/utils/ks3util/Dockerfile | 2 +- dockerfiles/cd/utils/release/Dockerfile | 2 +- dockerfiles/cd/utils/remote/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/cd/utils/ks3util/Dockerfile b/dockerfiles/cd/utils/ks3util/Dockerfile index 0b40b6c6..39c39421 100644 --- a/dockerfiles/cd/utils/ks3util/Dockerfile +++ b/dockerfiles/cd/utils/ks3util/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com" LABEL org.opencontainers.image.description "utils image for CD release" diff --git a/dockerfiles/cd/utils/release/Dockerfile b/dockerfiles/cd/utils/release/Dockerfile index 9f736678..fc4bb5d2 100644 --- a/dockerfiles/cd/utils/release/Dockerfile +++ b/dockerfiles/cd/utils/release/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com" LABEL org.opencontainers.image.description "utils image for CD release" diff --git a/dockerfiles/cd/utils/remote/Dockerfile b/dockerfiles/cd/utils/remote/Dockerfile index 4a9e2ac4..411cbc1d 100644 --- a/dockerfiles/cd/utils/remote/Dockerfile +++ b/dockerfiles/cd/utils/remote/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com" LABEL org.opencontainers.image.description "utils image for remote building"