diff options
| author | 2025-10-29 21:04:41 +0100 | |
|---|---|---|
| committer | 2025-10-29 21:04:41 +0100 | |
| commit | e6321f6e3258619c33f93d1e341242bf2ab8970a (patch) | |
| tree | fef645c740d357b85b9068f41d160e9021797597 /Dockerfile | |
| parent | 8c5cd545bd4391d71e5b020a21ebd0d4ba41bda9 (diff) | |
Test
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
