From 205ee693239f615baa202a016c2c00c519436bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:08:52 +0000 Subject: [PATCH] Update alpine-dind-image to v3.24 --- os/alpine/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/alpine/Earthfile b/os/alpine/Earthfile index 4e28a73..b487bcf 100644 --- a/os/alpine/Earthfile +++ b/os/alpine/Earthfile @@ -9,8 +9,8 @@ IMPORT ../../common AS common 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 OS_VERSION=3.24 +# renovate: datasource=repology depName=alpine_3_24/docker versioning=loose 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