From: Michael Fitz-Payne Date: Mon, 7 Dec 2020 22:50:50 +0000 (+1000) Subject: launcher: update base image for postgres 13 update. (#494) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=19bf51ef97aeefad3fb1347d19fc531c86b05660;p=discourse_docker.git launcher: update base image for postgres 13 update. (#494) --- diff --git a/launcher b/launcher index 4328fd1..b62e885 100755 --- 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`