mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
bump alpine in some test cases
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
4e384a86a4
commit
0db6e01134
@ -13,7 +13,7 @@ services:
|
||||
- name: write-and-rotate-logs
|
||||
image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90
|
||||
- name: check-the-logs
|
||||
image: alpine:3.13
|
||||
image: alpine:3.21
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
- /dev/console:/dev/console
|
||||
|
@ -16,7 +16,7 @@ services:
|
||||
image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90
|
||||
command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
|
||||
- name: check-the-logs
|
||||
image: alpine:3.13
|
||||
image: alpine:3.21
|
||||
binds:
|
||||
- /check.sh:/check.sh
|
||||
- /dev/console:/dev/console
|
||||
|
Loading…
Reference in New Issue
Block a user