dockerfile: prefix image name with docker.io

This makes sure that all versions of podman can resolve the image
successfully
This commit is contained in:
Clayton Craft
2022-10-24 10:16:34 -07:00
parent b13c301b58
commit a24577fb44
+1 -1
View File
@@ -1,4 +1,4 @@
FROM zmkfirmware/zmk-build-arm:stable FROM docker.io/zmkfirmware/zmk-build-arm:stable
WORKDIR /app WORKDIR /app