Skip to content

Commit

Permalink
Use debian:bookworm-slim base for 2.5.5 image
Browse files Browse the repository at this point in the history
The wisvch/debian image is no longer maintained.
  • Loading branch information
praseodym committed Sep 5, 2023
1 parent 70699cc commit 0a95e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN $JAVA_HOME/bin/jlink \
--output /javaruntime

# Build base image with JRE
FROM ghcr.io/wisvch/debian:bullseye-slim
FROM debian:bookworm-slim
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH "${JAVA_HOME}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME
Expand Down

0 comments on commit 0a95e3e

Please sign in to comment.