Skip to content

Commit

Permalink
Update Postgres 17 (#78)
Browse files Browse the repository at this point in the history
* Update docker-compose.yaml

* Update docker-compose.yaml
  • Loading branch information
mgramin authored Sep 30, 2024
1 parent 6841849 commit c1fa353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

input_db:
container_name: input_db
image: synthesizedio/pagila:1.6
image: synthesizedio/pagila:1.7
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
Expand All @@ -19,7 +19,7 @@ services:

output_db:
container_name: output_db
image: postgres:16
image: postgres:17
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
Expand Down

0 comments on commit c1fa353

Please sign in to comment.