Skip to content

Commit

Permalink
Update default version to 13.8
Browse files Browse the repository at this point in the history
Summary: https://docs.google.com/document/d/14CllAMCPAgulLMCRcokbdjk9Ff8hK3hKAQPP4bwrRSM/edit#heading=h.2yspjkz2y0au

Reviewed By: weiyanwang

Differential Revision: D40683571

fbshipit-source-id: f2f7d754fc9275fdf27a56ad184a73ee1f580b01
  • Loading branch information
Alexis Woo authored and facebook-github-bot committed Oct 27, 2022
1 parent 89c7458 commit 3aeb94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:

services:
db:
image: postgres:10.19
image: postgres:13.8
command: "-p 3306 -N 500"
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion installation/postgres/multiconnect-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:

services:
db:
image: postgres:10.19
image: postgres:13.8
command: "-p 3306 -N 500"
restart: always
environment:
Expand Down

0 comments on commit 3aeb94b

Please sign in to comment.