diff options
| author | Clayton Craft <clayton@craftyguy.net> | 2022-10-24 10:16:34 -0700 |
|---|---|---|
| committer | Clayton Craft <clayton@craftyguy.net> | 2022-10-24 10:20:30 -0700 |
| commit | a24577fb445f6da3a0f83dbcd50a57e0c1918616 (patch) | |
| tree | 7595033a2008e4cd8d3be83092f949e23d40cb63 /Dockerfile | |
| parent | b13c301b584818c1d6e98f0a17001b6ec8f4e05d (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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM zmkfirmware/zmk-build-arm:stable +FROM docker.io/zmkfirmware/zmk-build-arm:stable WORKDIR /app |
