Skip to content

Commit

Permalink
Bump Alpine to 3.20 (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme authored Jun 19, 2024
1 parent 0aed8de commit c05542f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.15.20
ALPINE_VERSION: 3.19
AWS_CLI_VERSION: "2.16.11"
ALPINE_VERSION: "3.20"
steps:
- name: Check out repository code
uses: actions/checkout@main
Expand All @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build the image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/${{ matrix.arch }}
load: true
Expand Down
4 changes: 2 additions & 2 deletions .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.19
ALPINE_VERSION: "3.20"
steps:
- name: Check out repository code
uses: actions/checkout@main
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Build the image
if: steps.check_tag.outputs.tag_exists == 'false'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit c05542f

Please sign in to comment.