Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix java version #109

Merged
merged 1 commit into from
Sep 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN curl -O https://download.clojure.org/install/linux-install-1.11.1.1105.sh &&
chmod +x linux-install-1.11.1.1105.sh && \
./linux-install-1.11.1.1105.sh

RUN apt-get update && apt-get install -y openjdk-16-jdk rlwrap
RUN apt-get update && apt-get install -y openjdk-17-jdk rlwrap

RUN curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install && \
chmod +x install && ./install --version 0.6.8
Expand Down