From d876c410ccb003290b535b9887e3ffc019a06322 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 22 Jul 2025 13:10:22 +0100 Subject: [PATCH] Bump default base image to `discourse/base:2.0.20250722-0020` --- launcher | 2 +- templates/postgres.template.yml | 2 +- templates/redis.template.yml | 2 +- templates/web.template.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/launcher b/launcher index c5bdafaaa..d9876f1d7 100755 --- a/launcher +++ b/launcher @@ -121,7 +121,7 @@ kernel_min_version='4.4.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20250715-0020" +image="discourse/base:2.0.20250722-0020" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index 901ccae76..abe078266 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250715-0020 +base_image: discourse/base:2.0.20250722-0020 params: db_synchronous_commit: "off" db_shared_buffers: "256MB" diff --git a/templates/redis.template.yml b/templates/redis.template.yml index 0d3af05c7..b8ddd7e83 100644 --- a/templates/redis.template.yml +++ b/templates/redis.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250715-0020 +base_image: discourse/base:2.0.20250722-0020 params: redis_io_threads: "1" diff --git a/templates/web.template.yml b/templates/web.template.yml index 37dfc38d3..920d06350 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20250715-0020 +base_image: discourse/base:2.0.20250722-0020 env: # You can have redis on a different box RAILS_ENV: 'production'