Skip to content

Commit

Permalink
Merge pull request #758 from areyouready/Docker_Run_JRE_Change
Browse files Browse the repository at this point in the history
As adoptopenjdk is deprecated the dependencies should be adopted to its successor adoptium/temurin
  • Loading branch information
jonbullock committed Mar 24, 2022
2 parents ac58d7e + fe75f07 commit 8113dac
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 8113dac

Please sign in to comment.