Skip to content

Commit

Permalink
Merge pull request #390 from WormBase/openjdk-to-temurin
Browse files Browse the repository at this point in the history
Migrated away from deprecated openjdk image
  • Loading branch information
mluypaert authored Jan 31, 2024
2 parents 7f0f81c + e89d4a5 commit 586dad6
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 @@ -40,7 +40,7 @@ COPY --from=BUILD_UI_STAGE $WORKDIR/client/ $WORKDIR/client/
RUN make build-app-jar APP_JAR_PATH=$APPJAR_BUILDPATH

### Stage 3: build final application image
FROM openjdk:8-jre-alpine as APPLICATION_IMAGE_STAGE
FROM eclipse-temurin:8-jre-alpine as APPLICATION_IMAGE_STAGE

ARG WORKDIR
ARG APPJAR_BUILDPATH
Expand Down

0 comments on commit 586dad6

Please sign in to comment.