Skip to content

Commit

Permalink
iex 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leszke committed Jun 26, 2020
1 parent bf21db6 commit e16e1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
sudo dpkg -i erlang-solutions_1.0_all.deb && \
sudo apt-get update && \
sudo apt-get install -y esl-erlang=1:21.0 && \
sudo apt-get install -y elixir=1.8.0-1
sudo apt-get install -y elixir=1.10.0-1
wget https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-linux-amd64-v0.6.1.tar.gz && \
sudo chmod +x dockerize-linux-amd64-v0.6.1.tar.gz && \
sudo tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.6.1.tar.gz && \
Expand Down

0 comments on commit e16e1c3

Please sign in to comment.