chore(deps): update elixir docker tag to v1.14.4 (#24)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | elixir | docker | patch | `1.14.3` -> `1.14.4` | | elixir | | patch | `1.14.3` -> `1.14.4` | | [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) | | patch | `1.14.3` -> `1.14.4` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExMi4wIn0=--> Reviewed-on: #24 Co-authored-by: renovate-bot <renovate-bot@dubas.dev> Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
@@ -37,7 +37,7 @@ steps:
|
||||
restore: true
|
||||
|
||||
- name: test
|
||||
image: 'elixir:1.14.3'
|
||||
image: 'elixir:1.14.4'
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
POSTGRES_HOST: db
|
||||
@@ -48,7 +48,7 @@ steps:
|
||||
- make test
|
||||
|
||||
- name: lint
|
||||
image: 'elixir:1.14.3'
|
||||
image: 'elixir:1.14.4'
|
||||
commands:
|
||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||
- make static_code_analysis
|
||||
|
Reference in New Issue
Block a user