File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ version: 2.1
2
2
3
3
defaults : &defaults
4
4
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
6
6
environment :
7
7
MIX_ENV : prod
8
8
9
9
install_fwup : &install_fwup
10
10
run :
11
11
name : Install fwup
12
12
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
15
15
16
16
install_system_deps : &install_system_deps
17
17
run :
Original file line number Diff line number Diff line change 1
- erlang 27.3.4.1
1
+ erlang 27.3.4.2
2
2
elixir 1.18.4-otp-27
You can’t perform that action at this time.
0 commit comments