Skip to content

Commit e1320ac

Browse files
chore(deps): update alpine docker tag to v3.20.5
1 parent fcb18dc commit e1320ac

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

Lines changed: 1 addition & 1 deletion
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.5
55
command: [ "sh", "-c", "while true; do sleep 5; done" ]
66
dind:
77
image: docker:27.3.1-dind

0 commit comments

Comments
 (0)