use eclipse-temurin:21 for dockerfile jdk (#2039)

This commit is contained in:
woodser 2025-11-10 17:46:51 -04:00 committed by GitHub
parent ad9e41fc5e
commit 1e04dea08c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# docker run -it -p 9050 -p 2002 --restart-policy unless-stopped --name haveno-seednode haveno-seednode
# TODO: image very heavy, but it's hard to significantly reduce the size without bins
FROM openjdk:21-jdk-bullseye
FROM eclipse-temurin:21
RUN set -ex && \
apt update && \