From 676479926e3b9bc54c3cec14f44619516d22252e Mon Sep 17 00:00:00 2001
From: Blake Erickson <o.blakeerickson@gmail.com>
Date: Fri, 19 Nov 2021 12:32:44 -0700
Subject: [PATCH] Bump base image used with launcher (#581)

This change includes the oxipng binary.

See: 244c9cb110df44eb9d846a24b5572471a2687071
---
 launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launcher b/launcher
index 4c7c583..278671e 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.20211019-0324"
+image="discourse/base:2.0.20211118-0105"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`
 
-- 
2.25.1