Skip to content

Commit

Permalink
dockerfile: prefix image name with docker.io
Browse files Browse the repository at this point in the history
This makes sure that all versions of podman can resolve the image
successfully
  • Loading branch information
craftyguy committed Oct 24, 2022
1 parent b13c301 commit a24577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zmkfirmware/zmk-build-arm:stable
FROM docker.io/zmkfirmware/zmk-build-arm:stable

WORKDIR /app

Expand Down

0 comments on commit a24577f

Please sign in to comment.