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 2bf6b80 commit a600bb1Copy full SHA for a600bb1
devops/docker/idea-image/Dockerfile
@@ -3,7 +3,7 @@ FROM --platform=linux/amd64 cimg/openjdk:21.0.4
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.2"
7
ENV IDEA_PATH="/home/circleci/idea"
8
ENV PATH="${PATH}:${IDEA_PATH}/bin"
9
0 commit comments