Skip to content

Commit b7177af

Browse files
authored
Update to PostgreSQL 18.0. (#281)
1 parent 149a7d3 commit b7177af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
command: sleep infinity
2121

2222
db:
23-
image: postgres:16.4-bullseye
23+
image: postgres:18.0
2424
restart: unless-stopped
2525
volumes:
2626
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)