Skip to content

Commit adde175

Browse files
committed
Bump systems to nerves_system_br 1.25.2 versions
1 parent 148627a commit adde175

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
defaults: &defaults
22
working_directory: /nerves/build
33
docker:
4-
- image: ghcr.io/nerves-project/nerves_system_br:1.24.1
4+
- image: ghcr.io/nerves-project/nerves_system_br:1.25.2
55
environment:
66
MIX_ENV: prod
77

88
elixir_version: &elixir_version
9-
ELIXIR_VERSION: 1.15.6-otp-26
9+
ELIXIR_VERSION: 1.15.7-otp-26
1010

1111
install_elixir: &install_elixir
1212
run:

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 26.1.1
2-
elixir 1.15.6-otp-26
1+
erlang 26.1.2
2+
elixir 1.15.7-otp-26

0 commit comments

Comments
 (0)