From 1ab5c52fe0ca602d324540ad1326aaeb634afda3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 28 Dec 2020 11:53:25 -0600 Subject: [PATCH] ci: Moved fixed labels into first build stage --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5439e4..daccec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ +FROM scratch + LABEL org.opencontainers.image.authors="Geoff Bourne " LABEL org.opencontainers.image.title="mc-router" LABEL org.opencontainers.image.source="https://github.com/itzg/mc-router" -FROM scratch COPY mc-router / ENTRYPOINT ["/mc-router"]