From fa2ada83c39ec10c47e61da88995ba9c42b3585d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:03:07 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22.1 --- ci/compile.Dockerfile | 2 +- ci/unit-test.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/compile.Dockerfile b/ci/compile.Dockerfile index 06f0db7..b623e29 100644 --- a/ci/compile.Dockerfile +++ b/ci/compile.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 +FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 RUN apk add --no-cache \ gcc=14.2.0-r6 \ diff --git a/ci/unit-test.Dockerfile b/ci/unit-test.Dockerfile index a4490de..9ac4819 100644 --- a/ci/unit-test.Dockerfile +++ b/ci/unit-test.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 +FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 RUN apk add --no-cache \ gcc=14.2.0-r6 \