From b0c5e6258896d69af7d3661f1095005eb935c06d Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Mon, 4 Nov 2024 09:59:00 +0100 Subject: [PATCH] Update CLion version --- build/scripts/entrypoint-init-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/entrypoint-init-container.sh b/build/scripts/entrypoint-init-container.sh index 3a9e56b..e8d4757 100755 --- a/build/scripts/entrypoint-init-container.sh +++ b/build/scripts/entrypoint-init-container.sh @@ -36,7 +36,7 @@ elif [[ "$ide_flavour" == "pycharm" ]]; then elif [[ "$ide_flavour" == "goland" ]]; then curl -sL https://download.jetbrains.com/go/goland-2024.2.3.tar.gz | tar xzf - --strip-components=1 elif [[ "$ide_flavour" == "clion" ]]; then - curl -sL https://download.jetbrains.com/cpp/CLion-2024.2.2.tar.gz | tar xzf - --strip-components=1 + curl -sL https://download.jetbrains.com/cpp/CLion-2024.2.3.tar.gz | tar xzf - --strip-components=1 elif [[ "$ide_flavour" == "phpstorm" ]]; then curl -sL https://download.jetbrains.com/webide/PhpStorm-2024.2.3.tar.gz | tar xzf - --strip-components=1 elif [[ "$ide_flavour" == "rubymine" ]]; then