From 4f5fcaf562e43a12ef612c622b0b757f67cda7a2 Mon Sep 17 00:00:00 2001 From: consideRatio <3837114+consideRatio@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:47:19 +0000 Subject: [PATCH] Update library/docker version from 27.0.3-dind to 27.3.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 767eb3b..a5c7f92 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.0.3-dind" # source: https://hub.docker.com/_/docker/tags + tag: "27.3.1-dind" # source: https://hub.docker.com/_/docker/tags pullPolicy: "" pullSecrets: [] resources: {}