Skip to content

Commit 6b82293

Browse files
authored
Update Dockerfile
I fancy-clicked @bertsky's change suggestion, which duplicated some labels. Now fancy-clicking the fix, fingers crossed...
1 parent 6ecf49a commit 6b82293

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ ARG DOCKER_BASE_IMAGE
22
FROM $DOCKER_BASE_IMAGE
33
ARG VCS_REF
44
ARG BUILD_DATE
5-
LABEL \
65
LABEL \
76
maintainer="https://github.com/qurator-spk/dinglehopper/issues" \
87
org.label-schema.vcs-ref=$VCS_REF \
98
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
109
org.label-schema.build-date=$BUILD_DATE
11-
org.label-schema.vcs-ref=$VCS_REF \
12-
org.label-schema.vcs-url="https://github.com/qurator-spk/dinglehopper" \
13-
org.label-schema.build-date=$BUILD_DATE
1410

1511
WORKDIR /build/dinglehopper
1612
COPY pyproject.toml .

0 commit comments

Comments
 (0)