Compare commits

...

2 Commits

Author SHA1 Message Date
19c5ed65d9 chore(deps): update elixir docker tag to v1.14.3
All checks were successful
continuous-integration/drone/pr Build is passing
2023-02-27 02:17:13 +00:00
10fa65a894 chore(deps): update dependency erlang to v24.3.4 (#22)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [erlang](https://github.com/erlang/otp) | patch | `24.3.3` -> `24.3.4` |

---

### Release Notes

<details>
<summary>erlang/otp</summary>

### [`v24.3.4`](https://github.com/erlang/otp/releases/tag/OTP-24.3.4): OTP 24.3.4

[Compare Source](https://github.com/erlang/otp/compare/OTP-24.3.3...OTP-24.3.4)

</details>

---

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

Reviewed-on: #22
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-02-27 02:08:33 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ steps:
restore: true restore: true
- name: test - name: test
image: 'elixir:1.14.0' image: 'elixir:1.14.3'
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.0' image: 'elixir:1.14.3'
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

View File

@ -1,2 +1,2 @@
erlang 24.3.3 erlang 24.3.4
elixir 1.13.4-otp-24 elixir 1.14.3

View File

@ -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.0' image: 'elixir:1.14.3'
hostname: app hostname: app
depends_on: depends_on:
- db - db