Skip to content

Commit

Permalink
Upgraded PostgreSQL to 16.6. (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 authored Nov 26, 2024
1 parent 6ae5a35 commit d084ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### next

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

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

0 comments on commit d084ac1

Please sign in to comment.