Skip to content

Commit 6916e10

Browse files
chore(deps): update alpine docker tag to v3.20.6
1 parent c0f67a9 commit 6916e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

020_advanced/100_pod_with_docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.3"
22
services:
33
pod:
4-
image: alpine:3.20.3
4+
image: alpine:3.20.6
55
command: [ "sh", "-c", "while true; do sleep 5; done" ]
66
dind:
77
image: docker:27.3.1-dind

0 commit comments

Comments
 (0)