Skip to content

Commit

Permalink
Bump to Alpine 3.19 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme authored Feb 16, 2024
1 parent 0ef5ba2 commit 0aed8de
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.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
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.18
ALPINE_VERSION: 3.19
steps:
- name: Check out repository code
uses: actions/checkout@main
Expand Down

0 comments on commit 0aed8de

Please sign in to comment.