Skip to content

Commit d0d13c1

Browse files
committed
Upgraded PostgreSQL to 17.4.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent 15a0e84 commit d0d13c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### next
22

33
* Corrected some RuboCop glitches (#17)
4+
* Upgraded PostgreSQL to 17.4. (#18)
45

56
### 1.6.0 (30 January 2025)
67

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
db:
4-
image: hausgold/postgres:17.2
4+
image: hausgold/postgres:17.4
55
network_mode: bridge
66
ports: ["5432"]
77
volumes:

0 commit comments

Comments
 (0)