From b0f4cf1a1d2d7d977bfb5950081c7625b6876b47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:15:11 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.2 --- 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 620af2d..8c2ea0a 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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 + FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d # 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 fc5bbfa..6a05950 100644 --- a/common/Earthfile +++ b/common/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d # 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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 + FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d ARG --required TAG_WITH_DATE WAIT IF ! [[ "$TAG_WITH_DATE" =~ "-[0-9]{14}$" ]] diff --git a/os/alpine/Earthfile b/os/alpine/Earthfile index 58770ec..9946930 100644 --- a/os/alpine/Earthfile +++ b/os/alpine/Earthfile @@ -1,6 +1,6 @@ VERSION --build-auto-skip 0.8 -FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d IMPORT ../../common AS common diff --git a/os/ubuntu-20.04/Earthfile b/os/ubuntu-20.04/Earthfile index 255cd24..c02db44 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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d IMPORT ../../common AS common diff --git a/os/ubuntu-23.04/Earthfile b/os/ubuntu-23.04/Earthfile index 1c9197d..e999ca2 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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d IMPORT ../../common AS common diff --git a/os/ubuntu-24.04/Earthfile b/os/ubuntu-24.04/Earthfile index 151532f..353d31d 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.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:c93cec902b6a0c6ef3b5ab7c65ea36beada05ec1205664a4131d9e8ea13e405d IMPORT ../../common AS common