We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fee5fe commit e4f9bb6Copy full SHA for e4f9bb6
.circleci/config.yml
@@ -1,12 +1,12 @@
1
defaults: &defaults
2
working_directory: /nerves/build
3
docker:
4
- - image: nervesproject/nerves_system_br:1.17.3
+ - image: nervesproject/nerves_system_br:1.17.4
5
environment:
6
MIX_ENV: prod
7
8
elixir_version: &elixir_version
9
- ELIXIR_VERSION: 1.12.3-otp-24
+ ELIXIR_VERSION: 1.13.1-otp-24
10
11
install_elixir: &install_elixir
12
run:
.tool-versions
@@ -1,2 +1,2 @@
-erlang 24.1.5
-elixir 1.12.3-otp-24
+erlang 24.1.7
+elixir 1.13.1-otp-24
0 commit comments