Skip to content

Commit

Permalink
Set jdk version for build to java17
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman authored Mar 11, 2024
1 parent fc9b49f commit 1faaaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git openjdk-8-jdk java-common maven
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget git openjdk-17-jdk java-common maven

RUN git clone https://github.com/getzola/zola.git zola

Expand Down

0 comments on commit 1faaaab

Please sign in to comment.