Skip to content

Commit aa28e38

Browse files
authored
feat: upgrade postgres to 15 (#420)
1 parent 651a29c commit aa28e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
postgres:
5-
image: 'postgres:13-alpine'
5+
image: 'postgres:15-alpine'
66
environment:
77
POSTGRES_PASSWORD: 123456
88
volumes:

0 commit comments

Comments
 (0)