Skip to content

Commit

Permalink
Bump Alpine to 3.18 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: peterdeme <[email protected]>
  • Loading branch information
peterdeme authored Jun 8, 2023
1 parent 3ead85b commit ccfb118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.11.3
ALPINE_VERSION: 3.17
AWS_CLI_VERSION: 2.11.26
ALPINE_VERSION: 3.18
steps:
- name: Check out repository code
uses: actions/checkout@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish 🚀

on:
schedule:
- cron: '0 5 * * *'
- cron: '0 5,19 * * *'

jobs:
deployment:
Expand All @@ -12,7 +12,7 @@ jobs:
contents: write
packages: write
env:
ALPINE_VERSION: 3.17
ALPINE_VERSION: 3.18
steps:
- name: Check out repository code
uses: actions/checkout@main
Expand Down

0 comments on commit ccfb118

Please sign in to comment.