Skip to content

Commit daa5886

Browse files
authored
Merge pull request #1826 from jupyterhub/update-image-docker
Update library/docker version from 25.0.1-dind to 25.0.3-dind
2 parents 947f72a + b9d7a18 commit daa5886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ dind:
276276
daemonset:
277277
image:
278278
name: docker.io/library/docker
279-
tag: "25.0.1-dind" # ref: https://hub.docker.com/_/docker/tags
279+
tag: "25.0.3-dind" # ref: https://hub.docker.com/_/docker/tags
280280
pullPolicy: ""
281281
pullSecrets: []
282282
# Additional command line arguments to pass to dockerd

0 commit comments

Comments
 (0)