summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2022-10-24 10:16:34 -0700
committerClayton Craft <clayton@craftyguy.net>2022-10-24 10:20:30 -0700
commita24577fb445f6da3a0f83dbcd50a57e0c1918616 (patch)
tree7595033a2008e4cd8d3be83092f949e23d40cb63 /Dockerfile
parentb13c301b584818c1d6e98f0a17001b6ec8f4e05d (diff)
dockerfile: prefix image name with docker.io
This makes sure that all versions of podman can resolve the image successfully
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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