chore(deps): update postgres to v17.7 #253

Merged
moritz merged 2 commits from renovate/postgres into main 2025-12-11 17:05:10 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 110e7f6cbd - Show all commits

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.6
image: docker.io/library/postgres:17.7
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -57,7 +57,7 @@ steps:
- mix gettext.extract --check-up-to-date
- name: wait_for_postgres
image: docker.io/library/postgres:17.6
image: docker.io/library/postgres:17.7
commands:
# Wait for postgres to become available
- |

View file

@ -4,7 +4,7 @@ networks:
services:
db:
image: postgres:17.6-alpine
image: postgres:17.7-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres