Skip to content

Commit

Permalink
Upgrade the base image and IU to 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Aug 20, 2024
1 parent 2642a2f commit 4f93ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation

# https://registry.access.redhat.com/ubi8/nodejs-18
FROM registry.access.redhat.com/ubi8/nodejs-18:1-60
# https://registry.access.redhat.com/ubi8/nodejs-20
FROM registry.access.redhat.com/ubi8/nodejs-20:1-50.1720405266

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

USER 0

Expand Down

0 comments on commit 4f93ad9

Please sign in to comment.