Skip to content

Commit 1bc5d12

Browse files
chore(deps): update alpine docker tag to v3.17
1 parent 43e8c43 commit 1bc5d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/installer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
alpine:
4242
name: Test installer on Alpine
4343
runs-on: ubuntu-latest
44-
container: "alpine:3.16"
44+
container: "alpine:3.17"
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v3

.github/workflows/scripts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Run script unit tests
3939
runs-on: ubuntu-latest
4040
# This runs on Alpine to make sure we're testing with actual sh.
41-
container: "alpine:3.16"
41+
container: "alpine:3.17"
4242
steps:
4343
- name: Checkout repo
4444
uses: actions/checkout@v3

0 commit comments

Comments
 (0)