We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8ed8e commit 2b6e039Copy full SHA for 2b6e039
.github/workflows/installer.yml
@@ -39,7 +39,7 @@ jobs:
39
alpine:
40
name: Test installer on Alpine
41
runs-on: ubuntu-latest
42
- container: "alpine:3.14"
+ container: "alpine:3.16"
43
steps:
44
- name: Checkout repo
45
uses: actions/checkout@v3
.github/workflows/scripts.yml
@@ -38,7 +38,7 @@ jobs:
38
name: Run script unit tests
# This runs on Alpine to make sure we're testing with actual sh.
0 commit comments