diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index c5b094ad..16c7a3a0 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -39,7 +39,7 @@ jobs: alpine: name: Test installer on Alpine runs-on: ubuntu-latest - container: "alpine:3.14" + container: "alpine:3.16" steps: - name: Checkout repo uses: actions/checkout@v3 diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 15c00284..d2b3f720 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -38,7 +38,7 @@ jobs: name: Run script unit tests runs-on: ubuntu-latest # This runs on Alpine to make sure we're testing with actual sh. - container: "alpine:3.14" + container: "alpine:3.16" steps: - name: Checkout repo uses: actions/checkout@v3