force amd64 ubuntu base image

This commit is contained in:
2021-05-23 11:48:39 -04:00
parent 1b4dc7ab29
commit b93cec8057
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/ubuntu:20.04
FROM docker.io/amd64/ubuntu:20.04
LABEL maintainer="Jake Jarvis <jake@jarv.is>"
LABEL repository="https://github.com/jakejarvis/y2k"