From: Penar Musaraj <pmusaraj@gmail.com>
Date: Tue, 27 Apr 2021 18:32:58 +0000 (-0400)
Subject: Bump base image (#538)
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;p=discourse_docker.git

Bump base image (#538)
---

diff --git a/launcher b/launcher
index 630db12..afc44cb 100755
--- a/launcher
+++ b/launcher
@@ -91,7 +91,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.20210408-1612"
+image="discourse/base:2.0.20210415-1332"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`