Skip to content

Commit

Permalink
Switch to Eclipse Temurin Java base image due to openjdk deprecation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Jun 19, 2024
1 parent 7898f7e commit 5481088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN mvn package ${MAVEN_PARAMS} \
&& jar -xf WebAPI.war \
&& rm WebAPI.war

# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 11
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

MAINTAINER Lee Evans - www.ltscomputingllc.com

Expand Down

0 comments on commit 5481088

Please sign in to comment.