From eefe91f6559a53956873148427fbad94a4c1278e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:02:15 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.3 --- 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 e1c0a18..e1c8c4d 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 + FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 # 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 ea2de1a..79e66ca 100644 --- a/common/Earthfile +++ b/common/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 # 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 + FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 ARG --required TAG_WITH_DATE WAIT IF ! [[ "$TAG_WITH_DATE" =~ "-[0-9]{14}$" ]] diff --git a/os/alpine/Earthfile b/os/alpine/Earthfile index a64bbab..77012ac 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 IMPORT ../../common AS common diff --git a/os/ubuntu-20.04/Earthfile b/os/ubuntu-20.04/Earthfile index a6516b4..6ddaecd 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 IMPORT ../../common AS common diff --git a/os/ubuntu-23.04/Earthfile b/os/ubuntu-23.04/Earthfile index 208439f..18bc351 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 IMPORT ../../common AS common diff --git a/os/ubuntu-24.04/Earthfile b/os/ubuntu-24.04/Earthfile index 72d7628..b04729f 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:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 IMPORT ../../common AS common