Skip to content

Commit 4e75de4

Browse files
committed
Bump version of docker used in image builder
The version we were running was more than 2 years old, and might also have other vulnerabilities that are not patched. Fixes #1445
1 parent 47dc681 commit 4e75de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ dind:
243243
daemonset:
244244
image:
245245
name: docker
246-
tag: 19.03.5-dind
246+
tag: 20.10.12-dind
247247
# Additional command line arguments to pass to dockerd
248248
extraArgs: []
249249
lifecycle: {}

0 commit comments

Comments
 (0)