Skip to content

Commit 5481088

Browse files
authored
Switch to Eclipse Temurin Java base image due to openjdk deprecation (#2164)
1 parent 7898f7e commit 5481088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN mvn package ${MAVEN_PARAMS} \
2929
&& jar -xf WebAPI.war \
3030
&& rm WebAPI.war
3131

32-
# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 11
33-
FROM openjdk:8-jre-slim
32+
# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 8
33+
FROM index.docker.io/library/eclipse-temurin:8-jre
3434

3535
MAINTAINER Lee Evans - www.ltscomputingllc.com
3636

0 commit comments

Comments
 (0)