We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7898f7e commit 5481088Copy full SHA for 5481088
Dockerfile
@@ -29,8 +29,8 @@ RUN mvn package ${MAVEN_PARAMS} \
29
&& jar -xf WebAPI.war \
30
&& rm WebAPI.war
31
32
-# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 11
33
-FROM openjdk:8-jre-slim
+# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 8
+FROM index.docker.io/library/eclipse-temurin:8-jre
34
35
MAINTAINER Lee Evans - www.ltscomputingllc.com
36
0 commit comments