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

Commit

Permalink
Dockerfile: fix labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Philippe Menil <[email protected]>
  • Loading branch information
jpmenil committed Mar 25, 2022
1 parent 69f87d7 commit 8c1afcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ export DOCKER_BUILD_ARGS= --build-arg CURL_CONFIGURE_OPTION=${CONFIGURE_BUILD_OP
--build-arg CURL_RELEASE_TAG=${LATEST_RELEASE_TAG} \
--build-arg CURL_RELEASE_VERSION=${LATEST_RELEASE_VERSION} \
--build-arg CURL_GIT_REPO=https://github.com/curl/curl.git \
--label Name=curl --label Version=1.0.0 \
--label name=curl --label version=1.0.0 \
--label se.haxx.curl=curl \
--label se.haxx.curl.version=${LATEST_RELEASE_VERSION} \
--label se.haxx.curl.release_tag=${LATEST_RELEASE_TAG} \
Expand Down
8 changes: 4 additions & 4 deletions alpine/latest/Dockerfile
Expand Up @@ -64,10 +64,10 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
###############################################################
# define docker labels
###############################################################
LABEL Maintainer="James Fuller <[email protected]>"
LABEL Name="curl"
LABEL Version="${LABEL_VERSION}"
LABEL docker.cmd="docker run -it curl/curl:7.82.0 -s -L http://curl.se"
LABEL maintainer="James Fuller <[email protected]>"
LABEL name="${LABEL_NAME}"
LABEL version="${LABEL_VERSION}"
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"

###############################################################
# dependencies
Expand Down

0 comments on commit 8c1afcc

Please sign in to comment.