Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion launcher
Original file line number Diff line number Diff line change
Expand Up @@ -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.20250915-0018"
image="discourse/base:2.0.20251003-1437"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`

Expand Down
2 changes: 1 addition & 1 deletion templates/postgres.template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_image: discourse/base:2.0.20250915-0018
base_image: discourse/base:2.0.20251003-1437
params:
db_synchronous_commit: "off"
db_shared_buffers: "256MB"
Expand Down
2 changes: 1 addition & 1 deletion templates/redis.template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_image: discourse/base:2.0.20250915-0018
base_image: discourse/base:2.0.20251003-1437
params:
redis_io_threads: "1"

Expand Down
2 changes: 1 addition & 1 deletion templates/web.template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
base_image: discourse/base:2.0.20250915-0018
base_image: discourse/base:2.0.20251003-1437
env:
# You can have redis on a different box
RAILS_ENV: 'production'
Expand Down