Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 488d133 commit 9b0868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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:21 as hibiscus-server
ARG HIBISCUS_VERSION \
HIBISCUS_SERVER_PATH
ENV HIBISCUS_PASSWORD=password
Expand Down

0 comments on commit 9b0868c

Please sign in to comment.