From 01f0946c1e87cbe6e955d44118cd392b7f5f693c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:01:59 +0000 Subject: [PATCH] Update dependency alpine_3_20/docker to v26.1.5-r0 (#96) 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 | Update | Change | |---|---|---| | alpine_3_20/docker | patch | `26.1.3-r2` -> `26.1.5-r0` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 6am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/earthly/dind). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- os/alpine/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/alpine/Earthfile b/os/alpine/Earthfile index 64b8daf..4e28a73 100644 --- a/os/alpine/Earthfile +++ b/os/alpine/Earthfile @@ -11,7 +11,7 @@ ARG --global OS_IMAGE=alpine # renovate: datasource=docker depName=alpine ARG --global OS_VERSION=3.20 # renovate: datasource=repology depName=alpine_3_20/docker versioning=loose -ARG --global DOCKER_VERSION=26.1.3-r2 +ARG --global DOCKER_VERSION=26.1.5-r0 # DIR_PATH is set to that common targets can call os specific targets. It should match the directory name this Earthfile is located in ARG --global DIR_PATH=$OS_IMAGE