Skip to content

Commit

Permalink
Fix Docker-in-Docker iptables issue
Browse files Browse the repository at this point in the history
See github.com/docker-library/docker/issues/463 for details
  • Loading branch information
wcjordan committed Dec 21, 2023
1 parent 3df0726 commit 02bf085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/jenkins-worker-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: dind
image: docker:dind
image: docker:24.0.6-dind
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit 02bf085

Please sign in to comment.