Skip to content

Commit d2128c9

Browse files
authored
Upgraded PostgreSQL to 16.4. (#19)
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
1 parent 3d4e1ed commit d2128c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Migrated from Travis CI to Github Actions (#6)
44
* Upgraded to PostgreSQL 15.2 and Redis 7.0 (#17)
5+
* Upgraded PostgreSQL to 16.4 (#19)
56

67
## 1.0.4
78

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
db:
4-
image: postgres:16.3
4+
image: postgres:16.4
55
network_mode: bridge
66
volumes:
77
- ./config/postgres:/docker-entrypoint-initdb.d

0 commit comments

Comments
 (0)