Skip to content

Commit

Permalink
Update Scorpio
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 3, 2024
1 parent b420436 commit bee712b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services
Expand Up @@ -113,7 +113,7 @@ case "${command}" in
"create")
export $(cat .env | grep "#" -v)
echo "Pulling Docker images"
docker pull -q quay.io/curl/curl
docker pull -q quay.io/curl/curl:${CURL_VERSION}
${dockerCmd} pull --ignore-pull-failures
;;
*)
Expand Down

0 comments on commit bee712b

Please sign in to comment.