From 84c05efaa585901dd7403a10ebb8b3a6bae82001 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 15 Dec 2020 16:45:40 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26a65cc..d8ce60a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ RUN upx wings FROM busybox:1.32.0 LABEL org.opencontainers.image.title="Wings" -LABEL org.opencontainers.image.version="v1.1.3" -LABEL org.opencontainers.image.description="Server control layer for Pterodactyl" +LABEL org.opencontainers.image.version="$VERSION" +LABEL org.opencontainers.image.description="The server control plane for Pterodactyl Panel. Written from the ground-up with security, speed, and stability in mind." LABEL org.opencontainers.image.url="https://pterodactyl.io" LABEL org.opencontainers.image.documentation="https://pterodactyl.io/project/introduction.html" LABEL org.opencontainers.image.vendor="Pterodactyl Software"