From a24577fb445f6da3a0f83dbcd50a57e0c1918616 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Mon, 24 Oct 2022 10:16:34 -0700 Subject: [PATCH] dockerfile: prefix image name with docker.io This makes sure that all versions of podman can resolve the image successfully --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e61dc54..bbb8e9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zmkfirmware/zmk-build-arm:stable +FROM docker.io/zmkfirmware/zmk-build-arm:stable WORKDIR /app