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