launcher: update base image for postgres 13 update. (#494)
authorMichael Fitz-Payne <fitzy@discourse.org>
Mon, 7 Dec 2020 22:50:50 +0000 (08:50 +1000)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 22:50:50 +0000 (08:50 +1000)
launcher

index 4328fd10b5e84f959d411f3e453626772a46de2e..b62e885eadd6d8bf648e25509d846a6439a799dd 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -90,7 +90,7 @@ git_rec_version='1.8.0'
 config_file=containers/"$config".yml
 cidbootstrap=cids/"$config"_bootstrap.cid
 local_discourse=local_discourse
-image="discourse/base:pg13"
+image="discourse/base:2.0.20201207-2236"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`