mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
chore(deps): update dependency alpine to v3.16 (#5426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ca8ed8e35b
commit
04ff8c355b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
alpine:
|
alpine:
|
||||||
name: Test installer on Alpine
|
name: Test installer on Alpine
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: "alpine:3.14"
|
container: "alpine:3.16"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
2
.github/workflows/scripts.yml
vendored
2
.github/workflows/scripts.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
name: Run script unit tests
|
name: Run script unit tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This runs on Alpine to make sure we're testing with actual sh.
|
# This runs on Alpine to make sure we're testing with actual sh.
|
||||||
container: "alpine:3.14"
|
container: "alpine:3.16"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue