Skip to content

Commit

Permalink
Merge pull request #1816 from jupyterhub/update-image-docker
Browse files Browse the repository at this point in the history
Update library/docker version from 24.0.7-dind to 25.0.1-dind
  • Loading branch information
manics authored Feb 1, 2024
2 parents 86a1670 + 8e0b00a commit 160f80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ dind:
daemonset:
image:
name: docker.io/library/docker
tag: "24.0.7-dind" # ref: https://hub.docker.com/_/docker/tags
tag: "25.0.1-dind" # ref: https://hub.docker.com/_/docker/tags
pullPolicy: ""
pullSecrets: []
# Additional command line arguments to pass to dockerd
Expand Down

0 comments on commit 160f80b

Please sign in to comment.