Skip to content

Commit

Permalink
Merge pull request #1826 from jupyterhub/update-image-docker
Browse files Browse the repository at this point in the history
Update library/docker version from 25.0.1-dind to 25.0.3-dind
  • Loading branch information
manics authored Mar 6, 2024
2 parents 947f72a + b9d7a18 commit daa5886
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 @@ -276,7 +276,7 @@ dind:
daemonset:
image:
name: docker.io/library/docker
tag: "25.0.1-dind" # ref: https://hub.docker.com/_/docker/tags
tag: "25.0.3-dind" # ref: https://hub.docker.com/_/docker/tags
pullPolicy: ""
pullSecrets: []
# Additional command line arguments to pass to dockerd
Expand Down

0 comments on commit daa5886

Please sign in to comment.