From df96c7ea5bf45af248018869939419bb3d4916a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:10:27 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12.6 (#340) 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 | |---|---|---|---| | debian | final | minor | `12.5` -> `12.6` | --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/artifacts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dockerfiles/ee-apps/ats/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ee-apps/ats/Dockerfile b/dockerfiles/ee-apps/ats/Dockerfile index 90aaec23..ff3c2ab8 100644 --- a/dockerfiles/ee-apps/ats/Dockerfile +++ b/dockerfiles/ee-apps/ats/Dockerfile @@ -1,5 +1,5 @@ # Ref: https://github.com/sqawasmi/trafficserver-docker/blob/master/Dockerfile -FROM debian:12.5 +FROM debian:12.6 LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com" LABEL org.opencontainers.image.source = "https://github.com/PingCAP-QE/artifacts"