From d9b3854d4af0f99b585ac43b3efe021a567f54f4 Mon Sep 17 00:00:00 2001 From: consideRatio <3837114+consideRatio@users.noreply.github.com> Date: Thu, 23 May 2024 08:55:26 +0000 Subject: [PATCH] Update library/docker version from 26.1.1-dind to 26.1.3-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 88ae3cc..7c78f51 100644 --- a/binderhub-service/values.yaml +++ b/binderhub-service/values.yaml @@ -117,7 +117,7 @@ dockerApi: image: repository: docker.io/library/docker # Temporarily pinned, until https://github.com/2i2c-org/infrastructure/issues/3588 is fixed - tag: "26.1.1-dind" # source: https://hub.docker.com/_/docker/tags + tag: "26.1.3-dind" # source: https://hub.docker.com/_/docker/tags pullPolicy: "" pullSecrets: [] resources: {}