From e6321f6e3258619c33f93d1e341242bf2ab8970a Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Wed, 29 Oct 2025 21:04:41 +0100 Subject: Test --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d8e350..2996f89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -ARG APP_VERSION ARG BASE_IMAGE=alpine:latest FROM ${BASE_IMAGE} @@ -25,6 +24,8 @@ COPY src/version /usr/local/bin/ ENTRYPOINT ["/usr/local/bin/init"] +ARG APP_VERSION + # license information LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.authors="Matthias Jaros" -- cgit v1.3.1