Skip to content

Commit b009140

Browse files
committed
Updated to PG 13.2
1 parent 99fbf87 commit b009140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: paws-compose-db
66
ports:
77
- "5432:5432"
8-
image: postgres:11.3-alpine
8+
image: postgres:13.2-alpine
99
volumes:
1010
- postgres:/var/lib/postgresql/data
1111
environment:

0 commit comments

Comments
 (0)