Skip to content

Commit 55ac6a8

Browse files
committed
Issue #17104: Updated IDEA version to v2025.1
1 parent 9936990 commit 55ac6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/docker/idea-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM cimg/openjdk:11.0.16
1+
FROM cimg/openjdk:17.0.7
22

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.1.3"
77
ENV IDEA_PATH="/home/circleci/idea"
88
ENV PATH="${PATH}:${IDEA_PATH}/bin"
99

0 commit comments

Comments
 (0)