From bee712b642b301f2c73262d473466a6aa65ed2cb Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 3 Jan 2024 14:46:28 +0100 Subject: [PATCH] Update Scorpio --- services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services b/services index 60530a9..ab1faf6 100755 --- a/services +++ b/services @@ -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 ;; *)