Skip to content

Commit

Permalink
Updated the PostgreSQL version to 16.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 committed Jun 19, 2024
1 parent 363afb4 commit b2bc6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
network_mode: bridge

db:
image: postgres:16.2
image: postgres:16.3
network_mode: bridge
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit b2bc6eb

Please sign in to comment.