Skip to content

Commit

Permalink
Upgraded PostgreSQL to 17.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Nov 28, 2024
1 parent d084ac1 commit 8eb73af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### next

* Upgraded PostgreSQL to 16.6 (#11)
* Upgraded PostgreSQL to 16.4 (#10)
* Upgraded PostgreSQL to 16.6 (#11)
* Upgraded PostgreSQL to 17.2 (#12)

### 1.2.4 (15 August 2024)

Expand Down
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:16.6
image: hausgold/postgres:17.2
network_mode: bridge
ports: ["5432"]
volumes:
Expand Down

0 comments on commit 8eb73af

Please sign in to comment.