Skip to content

Commit

Permalink
Merge pull request #713 from cantaloupe-project/check-grok
Browse files Browse the repository at this point in the history
Updating ubuntu
  • Loading branch information
jcoyne authored Nov 27, 2024
2 parents ccd668c + c8e26fd commit 97d6414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Linux-GraalVM20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:lunar
FROM ubuntu:noble

ENV JAVA_HOME=/opt/graalvm-ce-java11-20.3.0
ENV GRAALVM_HOME=/opt/graalvm-ce-java11-20.3.0
Expand Down
2 changes: 1 addition & 1 deletion docker/Linux-JDK22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:lunar
FROM ubuntu:noble

ENV JAVA_HOME=/opt/jdk
ENV PATH=$PATH:/opt/jdk/bin:/opt/maven/bin
Expand Down

0 comments on commit 97d6414

Please sign in to comment.