From 5de390669538bb1a2d57118539015ba85ce698b5 Mon Sep 17 00:00:00 2001 From: consideRatio <3837114+consideRatio@users.noreply.github.com> Date: Sat, 1 Mar 2025 05:02:15 +0000 Subject: [PATCH] Update library/docker version from 27.5.1-dind to 28.0.1-dind --- binderhub-service/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binderhub-service/values.yaml b/binderhub-service/values.yaml index bd688b9..0468fee 100644 --- a/binderhub-service/values.yaml +++ b/binderhub-service/values.yaml @@ -119,7 +119,7 @@ ingress: dockerApi: image: repository: docker.io/library/docker - tag: "27.5.1-dind" # source: https://hub.docker.com/_/docker/tags + tag: "28.0.1-dind" # source: https://hub.docker.com/_/docker/tags pullPolicy: "" pullSecrets: [] resources: {}