Skip to content

Commit

Permalink
Update ideaIU version
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored May 17, 2024
1 parent eaf43bc commit 01f5192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM registry.access.redhat.com/ubi8/nodejs-18:1-60

WORKDIR /idea-dist/
RUN curl -sL https://download-cdn.jetbrains.com/idea/ideaIU-2023.2.5.tar.gz | tar xzf - --strip-components=1
RUN curl -sL https://download-cdn.jetbrains.com/idea/ideaIU-2024.1.1.tar.gz | tar xzf - --strip-components=1

USER 0

Expand Down

0 comments on commit 01f5192

Please sign in to comment.