Skip to content

Commit 9059053

Browse files
committed
[clion-eap/144.2608.6] Upgrade ClionEAP to 1.5 build 144.2608.6
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 8b1dc10 commit 9059053

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In principle, it supports only the latest Stable or EAP(Early Access Preview) ve
6666
| [AppCode EAP 3.3](https://confluence.jetbrains.com/display/OBJC/AppCode+EAP) | 142.4675.7 |
6767
| [Android Studio Beta Channel 1.3.2](http://tools.android.com/download/studio/beta) | 141.2178183 |
6868
| [CLion 1.2.4](https://www.jetbrains.com/clion/download/) | 143.1186.2 |
69-
| [CLion 1.2](https://confluence.jetbrains.com/display/CLION/Early+Access+Program) | 143.249.8 |
69+
| [CLion 1.5](https://confluence.jetbrains.com/display/CLION/Early+Access+Program) | 144.2608.6 |
7070

7171
If you want other ide or old version, please [issues](https://github.com/zchee/Seti_JetBrains/issues).
7272

dockerfiles/Dockerfile.clion-eap

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM java:openjdk-8u66-jdk
22
MAINTAINER zchee <[email protected]>
33

44
ENV JAVA_VERSION openjdk-8u66-jdk
5-
ENV APP_NAME clion
6-
ENV VERSION 1.2
7-
ENV BUILD 143.249.8
5+
ENV APP_NAME CLion
6+
ENV VERSION 1.5
7+
ENV BUILD 144.2608.6
88

9-
RUN curl -LO https://download.jetbrains.com/cpp/$APP_NAME-$BUILD.tar.gz
9+
RUN curl -LO http://download-cf.jetbrains.com/cpp/$APP_NAME-$BUILD.tar.gz
1010
RUN tar xf $APP_NAME-$BUILD.tar.gz
1111

1212
RUN mkdir jar

0 commit comments

Comments
 (0)