diff --git a/docker-compose.yml b/docker-compose.yml index f8dfd7e0f9..1717e5db59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,7 +62,7 @@ services: command: > bash -c " apt-get update && apt-get install -y curl xz-utils && - curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/latest/download/diesel_cli-installer.sh | bash && + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diesel-rs/diesel/releases/download/v2.3.5/diesel_cli-installer.sh | bash && if ! command -v just >/dev/null 2>&1; then curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin fi &&