summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-29 21:04:41 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-29 21:04:41 +0100
commite6321f6e3258619c33f93d1e341242bf2ab8970a (patch)
treefef645c740d357b85b9068f41d160e9021797597 /Dockerfile
parent8c5cd545bd4391d71e5b020a21ebd0d4ba41bda9 (diff)
Test
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
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"