Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit fbc01f0

Browse files
committed
Dockerfile: fix labels
Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com>
1 parent e4efd9a commit fbc01f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alpine/latest/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
6464
###############################################################
6565
# define docker labels
6666
###############################################################
67-
LABEL Maintainer="James Fuller <jim.fuller@webcomposite.com>"
68-
LABEL Name="curl"
69-
LABEL Version="${LABEL_VERSION}"
67+
LABEL maintainer="James Fuller <jim.fuller@webcomposite.com>"
68+
LABEL name="curl"
69+
LABEL version="${LABEL_VERSION}"
7070
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"
7171

7272
###############################################################

0 commit comments

Comments
 (0)