From 04ff8c355bce6e08c21fa4716832f93f3aa26960 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:32:43 +0000 Subject: [PATCH] chore(deps): update dependency alpine to v3.16 (#5426) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/installer.yml | 2 +- .github/workflows/scripts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index c5b094ad7..16c7a3a0d 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 15c00284e..d2b3f7203 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