Skip to content

Commit

Permalink
Merge pull request #81 from solar05/specify-bb-version
Browse files Browse the repository at this point in the history
Specify bb version
  • Loading branch information
fey committed Feb 1, 2022
2 parents b1ea167 + ca4a515 commit 2cab71d
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 @@ -7,7 +7,7 @@ RUN curl -O https://download.clojure.org/install/linux-install-1.10.3.986.sh &&
RUN apt-get update && apt-get install -y openjdk-16-jdk rlwrap

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

WORKDIR /exercises-clojure

Expand Down

0 comments on commit 2cab71d

Please sign in to comment.