Skip to content

Commit f96d34e

Browse files
committed
Bump Nerves systems to latest
1 parent 9ed6918 commit f96d34e

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ version: 2.1
22

33
defaults: &defaults
44
docker:
5-
- image: hexpm/elixir:1.18.4-erlang-27.3.4.1-ubuntu-jammy-20250619
5+
- image: hexpm/elixir:1.18.4-erlang-27.3.4.2-ubuntu-jammy-20250619
66
environment:
77
MIX_ENV: prod
88

99
install_fwup: &install_fwup
1010
run:
1111
name: Install fwup
1212
command: |
13-
wget https://github.com/fwup-home/fwup/releases/download/v1.13.0/fwup_1.13.0_amd64.deb
14-
dpkg -i fwup_1.13.0_amd64.deb
13+
wget https://github.com/fwup-home/fwup/releases/download/v1.13.0/fwup_1.13.2_amd64.deb
14+
dpkg -i fwup_1.13.2_amd64.deb
1515
1616
install_system_deps: &install_system_deps
1717
run:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 27.3.4.1
1+
erlang 27.3.4.2
22
elixir 1.18.4-otp-27

0 commit comments

Comments
 (0)