summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-29 21:04:41 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-29 21:04:41 +0100
commit640899ccad27db491bd8a89d521ced8dcf9601c4 (patch)
treefef645c740d357b85b9068f41d160e9021797597 /Dockerfile
parent31f5797c09be21ccadeadf87b9cdcba1a1e64c93 (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"