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

Fix image name + set latest image version #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion alpine/latest/Dockerfile
Expand Up @@ -67,7 +67,7 @@ ENV CURL_GIT_REPO ${CURL_GIT_REPO}
LABEL Maintainer="James Fuller <[email protected]>"
LABEL Name="curl"
LABEL Version="${LABEL_VERSION}"
LABEL docker.cmd="docker run -it curl/curl:7.78.0 -s -L http://curl.se"
LABEL docker.cmd="docker run -it curlimages/curl:7.79.1 -s -L https://curl.se"

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