Merge pull request 'chore(deps): update postgres to v18 (major)' (#256) from renovate/major-postgres into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #256
This commit is contained in:
moritz 2026-01-06 16:06:31 +01:00
commit f8da12ad08
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -33,7 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
db-prod: db-prod:
image: postgres:17.7-alpine image: postgres:18.1-alpine
container_name: mv-prod-db container_name: mv-prod-db
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres

View file

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