Skip to content

Commit

Permalink
dep: update runtime image to AmazonCorretto 8u412-al2023
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Jun 27, 2024
1 parent 5213ef6 commit 5912db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN mvn package ${MAVEN_PARAMS} \
&& rm WebAPI.war

# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 8
FROM amazoncorretto:8u402-al2023
FROM amazoncorretto:8u412-al2023

# Any Java options to pass along, e.g. memory, garbage collection, etc.
ENV JAVA_OPTS=""
Expand Down

0 comments on commit 5912db3

Please sign in to comment.