We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59d065 commit b67b6bfCopy full SHA for b67b6bf
1 file changed
services
@@ -95,7 +95,7 @@ case "${command}" in
95
"create")
96
export $(cat .env | grep "#" -v)
97
echo "Pulling Docker images"
98
- docker pull curlimages/curl
+ docker pull quay.io/curl/curl
99
${dockerCmd} pull
100
;;
101
*)
0 commit comments