Skip to content

Commit

Permalink
Merge pull request #57 from knaw-huc/snyk-fix-659b050725ee218f2e9e353…
Browse files Browse the repository at this point in the history
…49cc1e38c
  • Loading branch information
brambg authored Jul 12, 2023
2 parents 0732cb1 + fe2c218 commit eb8e836
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:22-ea-4-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 eb8e836

Please sign in to comment.