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 41f9864 commit 888bed4
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 @@ -17,7 +17,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 888bed4

Please sign in to comment.