From 297b42c20bc3da4ed5aaa8a9da51153c65d5597c Mon Sep 17 00:00:00 2001 From: peterdeme Date: Mon, 27 Jan 2025 11:00:47 +0100 Subject: [PATCH] Bump Alpine to 3.21 --- .github/workflows/build.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e78a54..1eb933e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-latest env: IMAGE_NAME: ${{ github.repository }}:${{ github.sha }} - AWS_CLI_VERSION: "2.16.11" - ALPINE_VERSION: "3.20" + AWS_CLI_VERSION: "2.23.6" + ALPINE_VERSION: "3.21" steps: - name: Check out repository code uses: actions/checkout@main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8eaf09..99abfd8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: contents: write packages: write env: - ALPINE_VERSION: "3.20" + ALPINE_VERSION: "3.21" steps: - name: Check out repository code uses: actions/checkout@main