Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
50b083eba0 chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-12 15:32:47 +00:00
627f3197c1 Merge pull request 'chore(deps): update postgres to v17.5' (#59) from renovate/postgres into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #59
2025-06-12 17:30:22 +02:00
Renovate Bot
4182f399a2 chore(deps): update postgres to v17.5
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-12 16:36:43 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -35,7 +35,7 @@ steps:
- mix credo
- name: wait_for_postgres
image: docker.io/library/postgres:17.2
image: docker.io/library/postgres:17.5
commands:
# Wait for postgres to become available
- |

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:17.2-alpine
image: postgres:17.5-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres