Skip to content

Commit

Permalink
chore(docker): bump JDK from jammy to noble
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 27, 2024
1 parent 04d61df commit 89e8c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sh commit-hash.sh \

# Runtime image
# NOTE: need jdk image for inspect heapdump (e.g: need jstat etc)
FROM eclipse-temurin:21.0.2_13-jdk-jammy
FROM eclipse-temurin:21.0.4_7-jdk-noble

WORKDIR /usr/opt/qualtet

Expand Down

0 comments on commit 89e8c67

Please sign in to comment.