From d8ee9e8b103769d109e1efb5dccd122ea87941b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jan 2026 20:10:53 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.2 --- .gitea/workflows/Release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/Release.yml b/.gitea/workflows/Release.yml index 03614fa..b75e346 100644 --- a/.gitea/workflows/Release.yml +++ b/.gitea/workflows/Release.yml @@ -18,7 +18,7 @@ jobs: name: Check Preconditions runs-on: ubuntu-latest container: - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34 steps: - name: Validate token run: | @@ -87,7 +87,7 @@ jobs: needs: changelog if: needs.changelog.outputs.has_changes == 'true' container: - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34 steps: - name: Install dependencies run: apk add --no-cache git jq curl @@ -295,7 +295,7 @@ jobs: github.ref_name == github.event.repository.default_branch && inputs.tag_only != true container: - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34 steps: - name: Checkout uses: actions/checkout@v4 @@ -358,7 +358,7 @@ jobs: github.ref_name == github.event.repository.default_branch && inputs.tag_only == true container: - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34 steps: - name: Checkout uses: actions/checkout@v4