Merge pull request #110 from SafeExamBrowser/SEBSERV-508
SEBSERV-508 change base image to eclipse-temurin:17-jre
This commit is contained in:
commit
d8c464be90
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM openjdk:17-jdk-slim
|
||||
FROM eclipse-temurin:17-jre
|
||||
|
||||
ENV SERVER_PORT="8080"
|
||||
ENV JMX_PORT=
|
||||
|
|
Loading…
Reference in a new issue