Skip to content

Commit 6f20ddf

Browse files
authored
bump image to discourse/base:22.0.20251003-1437 (#287)
This will force a CLI rebuild for everyone, which is also important for the changes in https://meta.discourse.org/t/373574
1 parent e9e5092 commit 6f20ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/docker_manager/admin_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def repos
5656
end
5757

5858
version = Gem::Version.new(version)
59-
expected_version = Gem::Version.new("2.0.20250915-0018")
59+
expected_version = Gem::Version.new("2.0.20251003-1437")
6060
ruby_version = Gem::Version.new(RUBY_VERSION)
6161
expected_ruby_version = Gem::Version.new("3.2.1")
6262
min_stable_version = Gem::Version.new("3.0.0")

0 commit comments

Comments
 (0)