Skip to content

Commit

Permalink
Bump Alpine to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme committed Jan 27, 2025
1 parent c05542f commit 297b42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 297b42c

Please sign in to comment.