Skip to content

Commit 3258c32

Browse files
committed
Update test docker container to Alpine 3.21 and docker_cli 28.0.0.
Signed-off-by: yubiuser <[email protected]>
1 parent 6324ec7 commit 3258c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG alpine_version="3.20"
2-
ARG docker_version="27.1.1"
1+
ARG alpine_version="3.21"
2+
ARG docker_version="28.0.0"
33

44
FROM docker:${docker_version}-cli-alpine${alpine_version}
55

0 commit comments

Comments
 (0)