Skip to content

Commit

Permalink
Merge pull request #83 from knaw-huc/snyk-fix-db6fe3ac658903d825d64fc…
Browse files Browse the repository at this point in the history
…fa528b547
  • Loading branch information
brambg authored Oct 19, 2023
2 parents 0f86d78 + 1ddde3a commit fbd7ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/annorepo-server/Dockerfile-multistage
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./pom.xml /build/
COPY ./config.yml config.yml
RUN mvn --projects server --no-transfer-progress --batch-mode --update-snapshots --also-make package

FROM openjdk:20-rc-jdk-slim
FROM openjdk:21-rc-jdk-slim

WORKDIR /apps/annorepo
COPY --from=builder /build/server/target/annorepo-server-*.jar /apps/annorepo/annorepo-server.jar
Expand Down

0 comments on commit fbd7ef5

Please sign in to comment.