diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3e7409..5691421 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.12.1 - ALPINE_VERSION: 3.18 + AWS_CLI_VERSION: 2.15.20 + ALPINE_VERSION: 3.19 steps: - name: Check out repository code uses: actions/checkout@main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00b46a6..e90f122 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: contents: write packages: write env: - ALPINE_VERSION: 3.18 + ALPINE_VERSION: 3.19 steps: - name: Check out repository code uses: actions/checkout@main