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 240d1a3 commit f1cb3ceCopy full SHA for f1cb3ce
.circleci/config.yml
@@ -1,12 +1,12 @@
1
defaults: &defaults
2
working_directory: /nerves/build
3
docker:
4
- - image: ghcr.io/nerves-project/nerves_system_br:1.23.2
+ - image: ghcr.io/nerves-project/nerves_system_br:1.23.3
5
environment:
6
MIX_ENV: prod
7
8
elixir_version: &elixir_version
9
- ELIXIR_VERSION: 1.15.4-otp-26
+ ELIXIR_VERSION: 1.15.6-otp-26
10
11
install_elixir: &install_elixir
12
run:
.tool-versions
@@ -1,2 +1,2 @@
erlang 26.0.2
-elixir 1.15.4-otp-26
+elixir 1.15.6-otp-26
0 commit comments