Skip to content

Commit a600bb1

Browse files
AmitKumarDeoghoriaromani
authored andcommitted
Issue #966: Migrate IDEA version Image to 2025.2
1 parent 2bf6b80 commit a600bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/docker/idea-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM --platform=linux/amd64 cimg/openjdk:21.0.4
33
RUN sudo apt update && sudo apt install -y wget
44

55
# ENV is transferred to container
6-
ENV IDEA_VERSION="ideaIC-2022.3.3"
6+
ENV IDEA_VERSION="ideaIC-2025.2"
77
ENV IDEA_PATH="/home/circleci/idea"
88
ENV PATH="${PATH}:${IDEA_PATH}/bin"
99

0 commit comments

Comments
 (0)