From 22bc1c043bb03a7ade5b522066fe9ed08dbeb649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:20:34 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tools/Dockerfile b/.github/actions/tools/Dockerfile index 1be9a18..13576f4 100644 --- a/.github/actions/tools/Dockerfile +++ b/.github/actions/tools/Dockerfile @@ -28,7 +28,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.18@sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de +FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 LABEL maintainer="Nicolas Lamirault " \ org.opencontainers.image.title="Tools for Portefaix project" \