Use alpine 3.20
This commit is contained in:
parent
d68131c139
commit
c3b7a0e744
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
name: Build tarball
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:3.19
|
||||
image: alpine:3.20
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs git xz gzip dotnet6-sdk dotnet7-sdk sed bash
|
||||
|
|
Loading…
Reference in a new issue