Skip to content

Commit

Permalink
fix annorepo-server base image
Browse files Browse the repository at this point in the history
  • Loading branch information
brambg committed Aug 15, 2023
1 parent 7c252f7 commit 72fd45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/annorepo-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:22-ea-4-jdk-slim
FROM openjdk:22-jdk-slim-bullseye

RUN apt update && \
apt install -y curl && \
Expand Down
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:22-ea-4-jdk-slim
FROM openjdk:22-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 72fd45f

Please sign in to comment.