Skip to content

Commit f49da25

Browse files
authored
Merge pull request #299 from CodeForPhilly/296-PG_upgrade
Updated to PG 13.2
2 parents b1afe19 + b009140 commit f49da25

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)