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:
renovate-bot 2023-04-16 22:56:12 +00:00 committed by João Paulo Dubas
parent 5dc3af3463
commit 686b23bc8e
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
erlang 24.3.4
elixir 1.14.3
elixir 1.14.4

View File

@ -15,7 +15,7 @@ services:
- 'db_data:/var/lib/postgresql/data'
restart: unless-stopped
app:
image: 'elixir:1.14.3'
image: 'elixir:1.14.4'
hostname: app
depends_on:
- db