Skip to content

Commit

Permalink
Upgrade docker images to openjdk:24.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed Dec 3, 2024
1 parent c268ff2 commit 0ee4d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/pluto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21
FROM openjdk:24

ADD build/distributions/pluto-boot-*.tar /opt/
# Requires the contents of ../mercury/build to be copied to build/mercury
Expand Down
2 changes: 1 addition & 1 deletion projects/saturn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:21
FROM openjdk:24

ADD build/distributions/*.tar /opt/

Expand Down

0 comments on commit 0ee4d78

Please sign in to comment.