chore(deps): update postgres to v17.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-05-22 11:12:15 +00:00
parent 0d33f1baf7
commit 69081b1a8a
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

@ -2,7 +2,7 @@ version: "3.5"
services:
db:
image: postgres:17.2-alpine
image: postgres:17.5-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres