We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9936990 commit 55ac6a8Copy full SHA for 55ac6a8
devops/docker/idea-image/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM cimg/openjdk:11.0.16
+FROM cimg/openjdk:17.0.7
2
3
RUN sudo apt update && sudo apt install -y wget
4
5
# ENV is transferred to container
6
-ENV IDEA_VERSION="ideaIC-2022.3.3"
+ENV IDEA_VERSION="ideaIC-2025.1.3"
7
ENV IDEA_PATH="/home/circleci/idea"
8
ENV PATH="${PATH}:${IDEA_PATH}/bin"
9
0 commit comments