Skip to content

Commit

Permalink
Upgraded to PostgreSQL 16.2. (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Mar 27, 2024
1 parent 0f0b24b commit 9ca150d
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
@@ -1,7 +1,7 @@
version: "3"
services:
db:
image: hausgold/postgres:15.2
image: hausgold/postgres:16.2
network_mode: bridge
ports: ["5432"]
volumes:
Expand Down

0 comments on commit 9ca150d

Please sign in to comment.