Skip to content

Commit

Permalink
Merge pull request #1846 from jupyterhub/update-image-docker
Browse files Browse the repository at this point in the history
Update library/docker version from 26.0.0-dind to 26.1.1-dind
  • Loading branch information
consideRatio authored May 1, 2024
2 parents 25ce964 + 3dfe0d4 commit 8a8a59e
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: "26.0.0-dind" # ref: https://hub.docker.com/_/docker/tags
tag: "26.1.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 8a8a59e

Please sign in to comment.