Skip to content

Commit 22ad854

Browse files
committed
Bump postgres to 16 in dev bot
This is needed for a postgres 15 only feature now used on site
1 parent a82e476 commit 22ad854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ x-restart-policy: &restart_policy
88
services:
99
postgres:
1010
<< : *restart_policy
11-
image: postgres:13-alpine
11+
image: postgres:16-alpine
1212
environment:
1313
POSTGRES_DB: pysite
1414
POSTGRES_PASSWORD: pysite

0 commit comments

Comments
 (0)