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:
parent
5dc3af3463
commit
686b23bc8e
@ -37,7 +37,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: 'elixir:1.14.3'
|
image: 'elixir:1.14.4'
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
POSTGRES_HOST: db
|
POSTGRES_HOST: db
|
||||||
@ -48,7 +48,7 @@ steps:
|
|||||||
- make test
|
- make test
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: 'elixir:1.14.3'
|
image: 'elixir:1.14.4'
|
||||||
commands:
|
commands:
|
||||||
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
- mix do local.rebar --force, local.hex --force, deps.get, deps.compile
|
||||||
- make static_code_analysis
|
- make static_code_analysis
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
erlang 24.3.4
|
erlang 24.3.4
|
||||||
elixir 1.14.3
|
elixir 1.14.4
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
- 'db_data:/var/lib/postgresql/data'
|
- 'db_data:/var/lib/postgresql/data'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
app:
|
app:
|
||||||
image: 'elixir:1.14.3'
|
image: 'elixir:1.14.4'
|
||||||
hostname: app
|
hostname: app
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user