feat(deps): upgrade runtimes and transient dependencies (#137)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
1. Upgrade runtimes for `docker` and `ci`: 1. `erlang` from 27.3 to 27.3.2 2. `debian` from 20250224 to 20250407 2. Upgrade `lefthook` from 1.11.3 to 1.11.8 3. Upgrade transient dependencies: 1. `hpax`: from 1.0.2 to 1.0.3 2. `phoenix_live_view`: from 1.0.5 to 1.0.9 3. `plug_crypto`: from 2.1.0 to 2.1.1 Reviewed-on: #137 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ steps:
|
||||
path: /drone/src/deps
|
||||
|
||||
- name: dependencies and compile
|
||||
image: &elixir 'hexpm/elixir:1.18.3-erlang-27.3-debian-bookworm-20250224-slim'
|
||||
image: &elixir 'hexpm/elixir:1.18.3-erlang-27.3.2-debian-bookworm-20250407-slim'
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y git make
|
||||
|
Reference in New Issue
Block a user