Compare commits

...

3 Commits

Author SHA1 Message Date
b2a4f3a9c8 chore(deps): update dependency elixir to v1.15.6
All checks were successful
continuous-integration/drone/pr Build is passing
2023-09-20 23:00:26 +00:00
5f3a5a1df1 chore(deps): update dependency erlang to v26.1 (#43)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [erlang](https://github.com/erlang/otp) | minor | `26.0.2` -> `26.1` |

---

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

Reviewed-on: #43
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-09-20 22:32:32 +00:00
748d7f3381 chore(deps): update postgres docker tag to v16 (#42)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| postgres | docker | major | `15.4-alpine` -> `16.0-alpine` |
| postgres |  | major | `15.4-alpine` -> `16.0-alpine` |

---

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

Reviewed-on: #42
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2023-09-20 22:29:26 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ trigger:
steps:
- name: database healthcheck
image: 'postgres:15.4-alpine'
image: 'postgres:16.0-alpine'
environment:
PGUSER: postgres
PGPASSWORD: postgres
@ -79,7 +79,7 @@ steps:
services:
- name: db
image: 'postgres:15.4-alpine'
image: 'postgres:16.0-alpine'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -1,2 +1,2 @@
erlang 26.0.2
elixir 1.15.5
erlang 26.1
elixir 1.15.6

View File

@ -1,7 +1,7 @@
---
services:
db:
image: 'postgres:15.4-alpine'
image: 'postgres:16.0-alpine'
hostname: &db_host db
init: true
environment: