Skip to content

Commit

Permalink
As adoptopenjdk is deprecated the dependencies should be adopted to i…
Browse files Browse the repository at this point in the history
…ts successor adoptium/temurin
  • Loading branch information
areyouready committed Mar 24, 2022
1 parent ac58d7e commit fe75f07
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 @@ -14,7 +14,7 @@ RUN set -o errexit -o nounset \
&& cp -r jbake-dist/build/install/jbake/* $JBAKE_HOME \
&& rm -r ~/.gradle /usr/src/jbake

FROM adoptopenjdk/openjdk11:alpine-jre
FROM eclipse-temurin:11-jre-alpine

ENV JBAKE_USER=jbake
ENV JBAKE_HOME=/opt/jbake
Expand Down

0 comments on commit fe75f07

Please sign in to comment.