From 005e7826af854887a73e0ba3556ff17b2c15ba6a Mon Sep 17 00:00:00 2001 From: Nishan Date: Mon, 7 Apr 2025 21:14:31 +0530 Subject: [PATCH] Update: Docker Image --- kind-cluster/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind-cluster/Dockerfile b/kind-cluster/Dockerfile index abbc85c..ab7918c 100644 --- a/kind-cluster/Dockerfile +++ b/kind-cluster/Dockerfile @@ -1,4 +1,4 @@ -FROM earthly/dind +FROM docker:dind # Accept build-time architecture argument ARG TARGETARCH