Skip to content

Commit

Permalink
Migrate from openjdk to eclipse-temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
pricem14pc committed Nov 14, 2023
1 parent 40090ac commit 529a1a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _infra/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM openjdk:17-slim
FROM eclipse-temurin:17-jre-alpine

ARG JAR_FILE=case.jar
RUN apt-get update

ENV JAVA_OPTS=""

COPY target/$JAR_FILE /opt/$JAR_FILE

ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -jar /opt/case.jar" ]

0 comments on commit 529a1a8

Please sign in to comment.