change base image to eclipse-temurin:17-jre

This commit is contained in:
NadimETH 2024-03-04 15:22:24 +01:00 committed by GitHub
parent 6f97900447
commit 675ae47e04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM openjdk:17-jdk-slim
FROM eclipse-temurin:17-jre
ENV SERVER_PORT="8080"
ENV JMX_PORT=
@ -38,4 +38,4 @@ CMD if [ "x${JMX_PORT}" = "x" ] ; \
--spring.config.location=file:/sebserver/config/spring/,classpath:/config/; \
fi
EXPOSE $SERVER_PORT $JMX_PORT
EXPOSE $SERVER_PORT $JMX_PORT