From f1bd671696a63de3040cbc3f72ffb683de88675b Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Apr 2023 02:37:30 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f513a75..a5d6533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV VERSION=$VERSION_ARG LABEL org.opencontainers.image.created=${DATE_ARG} LABEL org.opencontainers.image.revision=${BUILD_ARG} LABEL org.opencontainers.image.version=${VERSION_ARG} -LABEL org.opencontainers.image.url=https://hub.docker.com/r/kroese/docker-qemu/ -LABEL org.opencontainers.image.source=https://github.com/kroese/docker-qemu/ +LABEL org.opencontainers.image.url=https://hub.docker.com/r/qemu-tools/qemu-docker/ +LABEL org.opencontainers.image.source=https://github.com/qemu-tools/qemu-docker/ ENTRYPOINT ["/run/run.sh"]