diff --git a/launcher b/launcher index baf902762..1d869d163 100755 --- a/launcher +++ b/launcher @@ -127,7 +127,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.20260609-1222" +image="discourse/base:2.0.20260611-0330" 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 965867483..0857f0686 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20260609-1222 +base_image: discourse/base:2.0.20260611-0330 params: db_synchronous_commit: "off" db_shared_buffers: "256MB" diff --git a/templates/redis.template.yml b/templates/redis.template.yml index 3c7ec5f4e..9d501d7df 100644 --- a/templates/redis.template.yml +++ b/templates/redis.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20260609-1222 +base_image: discourse/base:2.0.20260611-0330 params: redis_io_threads: "1" diff --git a/templates/web.template.yml b/templates/web.template.yml index acbd785f7..de48c0deb 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -1,4 +1,4 @@ -base_image: discourse/base:2.0.20260609-1222 +base_image: discourse/base:2.0.20260611-0330 env: # You can have redis on a different box RAILS_ENV: 'production'