Skip to content

Commit

Permalink
Update docker images to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
napoly committed Mar 11, 2024
1 parent 0fa57a5 commit 0b55bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/haveno/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM openjdk:21-jdk-bullseye

RUN set -ex && \
apt update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/pricenode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:jdk11
FROM gradle:jdk21

RUN set -ex && \
apt update && \
Expand Down

0 comments on commit 0b55bcf

Please sign in to comment.