From 3aeb94bddfbd214b578d567118743e42ff052a28 Mon Sep 17 00:00:00 2001 From: Alexis Woo Date: Thu, 27 Oct 2022 01:20:21 -0700 Subject: [PATCH] Update default version to 13.8 Summary: https://docs.google.com/document/d/14CllAMCPAgulLMCRcokbdjk9Ff8hK3hKAQPP4bwrRSM/edit#heading=h.2yspjkz2y0au Reviewed By: weiyanwang Differential Revision: D40683571 fbshipit-source-id: f2f7d754fc9275fdf27a56ad184a73ee1f580b01 --- installation/postgres/docker-compose.yml | 2 +- installation/postgres/multiconnect-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/postgres/docker-compose.yml b/installation/postgres/docker-compose.yml index 65397ab..5853a3e 100644 --- a/installation/postgres/docker-compose.yml +++ b/installation/postgres/docker-compose.yml @@ -13,7 +13,7 @@ volumes: services: db: - image: postgres:10.19 + image: postgres:13.8 command: "-p 3306 -N 500" restart: always environment: diff --git a/installation/postgres/multiconnect-compose.yml b/installation/postgres/multiconnect-compose.yml index 253d52c..5340358 100644 --- a/installation/postgres/multiconnect-compose.yml +++ b/installation/postgres/multiconnect-compose.yml @@ -13,7 +13,7 @@ volumes: services: db: - image: postgres:10.19 + image: postgres:13.8 command: "-p 3306 -N 500" restart: always environment: