actions: container: upgrade alpine 3.19
This commit is contained in:
parent
b63144cb0d
commit
66b125cffa
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.18
|
image: alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- run: grep Alpine /etc/os-release
|
- run: grep Alpine /etc/os-release
|
||||||
|
|
Loading…
Add table
Reference in a new issue