Skip to content

Commit 04ff8c3

Browse files
chore(deps): update dependency alpine to v3.16 (#5426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca8ed8e commit 04ff8c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/installer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
alpine:
4040
name: Test installer on Alpine
4141
runs-on: ubuntu-latest
42-
container: "alpine:3.14"
42+
container: "alpine:3.16"
4343
steps:
4444
- name: Checkout repo
4545
uses: actions/checkout@v3

.github/workflows/scripts.yml

+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.14"
41+
container: "alpine:3.16"
4242
steps:
4343
- name: Checkout repo
4444
uses: actions/checkout@v3

0 commit comments

Comments
 (0)