Skip to content

Commit

Permalink
update JDK22 images to JDK23
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Oct 3, 2024
1 parent f0c6a3e commit 9c0344d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT. Edit baseDockerfile-alpine and use update.sh
FROM eclipse-temurin:22-jdk-alpine
FROM eclipse-temurin:23-jdk-alpine

ENV JETTY_VERSION 12.0.14
ENV JETTY_HOME /usr/local/jetty
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT. Edit baseDockerfile-slim and use update.sh
FROM eclipse-temurin:22-jdk
FROM eclipse-temurin:23-jdk

ENV JETTY_VERSION 12.0.14
ENV JETTY_HOME /usr/local/jetty
Expand Down

0 comments on commit 9c0344d

Please sign in to comment.