Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cljs-web3-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/clojure:1.10.3
FROM cimg/clojure:1.11.1
LABEL com.circleci.preserve-entrypoint=true

ENV PATH /home/circleci/.yarn/bin:$PATH
Expand All @@ -25,6 +25,7 @@ RUN curl -sSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
&& echo "deb https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list \
&& apt-get update && apt-get upgrade -yqq \
&& apt-get install -y --no-install-recommends \
rlwrap \
fonts-liberation \
fontconfig \
fonts-ipafont-gothic \
Expand Down