mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-28 23:46:40 -05:00
use eclipse-temurin:21 for dockerfile jdk (#2039)
This commit is contained in:
parent
ad9e41fc5e
commit
1e04dea08c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue