This repository was archived by the owner on Jun 6, 2023. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export DOCKER_BUILD_ARGS= --build-arg CURL_CONFIGURE_OPTION=${CONFIGURE_BUILD_OP
18
18
--build-arg CURL_RELEASE_TAG=${LATEST_RELEASE_TAG} \
19
19
--build-arg CURL_RELEASE_VERSION=${LATEST_RELEASE_VERSION} \
20
20
--build-arg CURL_GIT_REPO=https://github.com/curl/curl.git \
21
- --label Name =curl --label Version =1.0.0 \
21
+ --label name =curl --label version =1.0.0 \
22
22
--label se.haxx.curl=curl \
23
23
--label se.haxx.curl.version=${LATEST_RELEASE_VERSION} \
24
24
--label se.haxx.curl.release_tag=${LATEST_RELEASE_TAG} \
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
64
64
# ##############################################################
65
65
# define docker labels
66
66
# ##############################################################
67
- LABEL Maintainer =
"James Fuller <[email protected] >"
68
- LABEL Name= "curl "
69
- LABEL Version ="${LABEL_VERSION}"
70
- LABEL docker.cmd="docker run -it curl/curl:7.82 .0 -s -L http://curl.se"
67
+ LABEL maintainer =
"James Fuller <[email protected] >"
68
+ LABEL name= "${LABEL_NAME} "
69
+ LABEL version ="${LABEL_VERSION}"
70
+ LABEL docker.cmd="docker run -it curl/curl:7.78 .0 -s -L http://curl.se"
71
71
72
72
# ##############################################################
73
73
# dependencies
You can’t perform that action at this time.
0 commit comments