Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
volschin authored Mar 26, 2024
1 parent a2ebf21 commit c13f901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ADD https://www.willuhn.de/products/hibiscus-server/releases/hibiscus-server-${H
RUN unzip $HIBISCUS_DOWNLOAD_PATH -d $HIBISCUS_INSTALL_PATH \
&& rm ${HIBISCUS_DOWNLOAD_PATH}

FROM eclipse-temurin:11 as hibiscus-server
#FROM eclipse-temurin:11 as hibiscus-server
FROM gcr.io/distroless/java17-debian12 as hibiscus-server
ARG HIBISCUS_VERSION \
HIBISCUS_SERVER_PATH
ENV HIBISCUS_PASSWORD=password
Expand Down

0 comments on commit c13f901

Please sign in to comment.