From: Rafael dos Santos Silva Date: Tue, 12 May 2020 17:41:22 +0000 (-0300) Subject: New base image with PostgreSQL 12 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7800566277def48e8b9406829ab3f2be1d76f73d;p=discourse_docker.git New base image with PostgreSQL 12 --- diff --git a/launcher b/launcher index 062083d..82c6825 100755 --- a/launcher +++ b/launcher @@ -88,7 +88,7 @@ git_rec_version='1.8.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20200429-2110" +image="discourse/base:2.0.20200512-1735" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git`