Skip to content

Commit

Permalink
Merge pull request #1576 from thehyve/upgrade/docker
Browse files Browse the repository at this point in the history
Upgrade docker images to openjdk:24.
  • Loading branch information
ewelinagr authored Dec 3, 2024
2 parents c268ff2 + 0ee4d78 commit b7561d7
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 b7561d7

Please sign in to comment.