1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-18 08:09:59 +02:00

Update Dockerfile

I fancy-clicked @bertsky's change suggestion, which duplicated some labels. Now fancy-clicking the fix, fingers crossed...
This commit is contained in:
Mike Gerber 2024-10-07 17:41:59 +02:00 committed by GitHub
parent 6ecf49a355
commit 6b82293670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,15 +2,11 @@ ARG DOCKER_BASE_IMAGE
FROM $DOCKER_BASE_IMAGE
ARG VCS_REF
ARG BUILD_DATE
LABEL \
LABEL \
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
org.label-schema.build-date=$BUILD_DATE
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
org.label-schema.build-date=$BUILD_DATE
WORKDIR /build/dinglehopper
COPY pyproject.toml .