chore(deps): update elixir docker tag to v1.15.7 (#49)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| elixir | docker | patch | `1.15.6-slim` -> `1.15.7-slim` |
| elixir |  | patch | `1.15.6-slim` -> `1.15.7-slim` |
| [elixir](https://elixir-lang.org/) ([source](https://github.com/elixir-lang/elixir)) |  | patch | `1.15.6` -> `1.15.7` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #49
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-11-09 21:47:25 +00:00 committed by João Paulo Dubas
parent d7c99b099d
commit 88de0beeac
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'elixir:1.15.6-slim' image: 'elixir:1.15.7-slim'
environment: environment:
MIX_ENV: test MIX_ENV: test
POSTGRES_HOST: db POSTGRES_HOST: db
@ -49,7 +49,7 @@ steps:
- mix test --cover --trace --slowest 10 - mix test --cover --trace --slowest 10
- name: lint - name: lint
image: 'elixir:1.15.6-slim' image: 'elixir:1.15.7-slim'
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
- mix compile - mix compile

View File

@ -1,2 +1,2 @@
erlang 26.1.2 erlang 26.1.2
elixir 1.15.6 elixir 1.15.7

View File

@ -13,7 +13,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.15.6-slim' image: 'elixir:1.15.7-slim'
hostname: app hostname: app
depends_on: depends_on:
- db - db