bump alpine in some test cases

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2025-01-07 11:07:07 +02:00
parent 4e384a86a4
commit 0db6e01134
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- name: write-and-rotate-logs - name: write-and-rotate-logs
image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90
- name: check-the-logs - name: check-the-logs
image: alpine:3.13 image: alpine:3.21
binds: binds:
- /check.sh:/check.sh - /check.sh:/check.sh
- /dev/console:/dev/console - /dev/console:/dev/console

View File

@ -16,7 +16,7 @@ services:
image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90 image: linuxkit/logwrite:96b829f548434f3d36bfac32e3bd4a497e658a90
command: ["/usr/bin/logwrite", "-max-log-size", "1024"] command: ["/usr/bin/logwrite", "-max-log-size", "1024"]
- name: check-the-logs - name: check-the-logs
image: alpine:3.13 image: alpine:3.21
binds: binds:
- /check.sh:/check.sh - /check.sh:/check.sh
- /dev/console:/dev/console - /dev/console:/dev/console