From 1a4d69e4af53ac94821fa4acf574f8683242a1d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 04:35:01 +0000 Subject: [PATCH] chore(deps): update alpine:3.23.2 docker digest to 865b95f --- Earthfile | 2 +- common/Earthfile | 4 ++-- os/alpine/Earthfile | 2 +- os/ubuntu-20.04/Earthfile | 2 +- os/ubuntu-23.04/Earthfile | 2 +- os/ubuntu-24.04/Earthfile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Earthfile b/Earthfile index 8c2ea0a..e1c0a18 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ test: # release expects to get a renovate branch in the form of renovate/-dind-image, extracts the os and then kicks off its +release target # this is meant to be run by a github workflow release: - FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d + FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 # RENOVATE_BRANCH is the renovate branch that is expected to get merged and trigger this target ARG --required RENOVATE_BRANCH LET os=${RENOVATE_BRANCH#renovate/} diff --git a/common/Earthfile b/common/Earthfile index 6a05950..ea2de1a 100644 --- a/common/Earthfile +++ b/common/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 # EARTHLY_REPO_VERSION specifies a branch and/or commit of earthly/earthly (it defaults to the earthly cli version if left empty) ARG EARTHLY_REPO_VERSION @@ -116,7 +116,7 @@ build-and-test: # push-new-tag expects to get an image with a tag that contains a date as a suffix, and save the image with the same tag but without the date suffix # this is used to "graduate" the image version from a temporary version to an official version. push-new-tag: - FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d + FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 ARG --required TAG_WITH_DATE WAIT IF ! [[ "$TAG_WITH_DATE" =~ "-[0-9]{14}$" ]] diff --git a/os/alpine/Earthfile b/os/alpine/Earthfile index 9946930..a64bbab 100644 --- a/os/alpine/Earthfile +++ b/os/alpine/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 IMPORT ../../common AS common diff --git a/os/ubuntu-20.04/Earthfile b/os/ubuntu-20.04/Earthfile index c02db44..a6516b4 100644 --- a/os/ubuntu-20.04/Earthfile +++ b/os/ubuntu-20.04/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 IMPORT ../../common AS common diff --git a/os/ubuntu-23.04/Earthfile b/os/ubuntu-23.04/Earthfile index e999ca2..208439f 100644 --- a/os/ubuntu-23.04/Earthfile +++ b/os/ubuntu-23.04/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 IMPORT ../../common AS common diff --git a/os/ubuntu-24.04/Earthfile b/os/ubuntu-24.04/Earthfile index 353d31d..72d7628 100644 --- a/os/ubuntu-24.04/Earthfile +++ b/os/ubuntu-24.04/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 IMPORT ../../common AS common