diff options
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" |
