From 5b8e9ae48ae482bd8886aa49d2b6fcbd87e9f767 Mon Sep 17 00:00:00 2001 From: automation-bot Date: Sat, 31 May 2025 00:01:09 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- .crow/update-package-index-alpine-321-arm64.yaml | 2 +- .crow/update-package-index-redhat-9-amd64.yaml | 2 +- .crow/update-package-index-ubuntu-2204-amd64.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.crow/update-package-index-alpine-321-arm64.yaml b/.crow/update-package-index-alpine-321-arm64.yaml index d895b21..80813c0 100644 --- a/.crow/update-package-index-alpine-321-arm64.yaml +++ b/.crow/update-package-index-alpine-321-arm64.yaml @@ -61,7 +61,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.21 + image: alpine:3.22 environment: BUNNY_API_KEY: from_secret: BUNNY_API_KEY diff --git a/.crow/update-package-index-redhat-9-amd64.yaml b/.crow/update-package-index-redhat-9-amd64.yaml index f020381..43b579f 100644 --- a/.crow/update-package-index-redhat-9-amd64.yaml +++ b/.crow/update-package-index-redhat-9-amd64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.21 + image: alpine:3.22 environment: BUNNY_API_KEY: from_secret: BUNNY_API_KEY diff --git a/.crow/update-package-index-ubuntu-2204-amd64.yaml b/.crow/update-package-index-ubuntu-2204-amd64.yaml index e3d59d4..00c7ddb 100644 --- a/.crow/update-package-index-ubuntu-2204-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2204-amd64.yaml @@ -64,7 +64,7 @@ steps: effect: 'NoSchedule' - name: Purge CDN cache - image: alpine:3.21 + image: alpine:3.22 environment: BUNNY_API_KEY: from_secret: BUNNY_API_KEY