Skip to content

Commit 5d90bc7

Browse files
bump image to discourse/base:2.0.20250710-0019 (#276)
This will force a CLI rebuild for everyone, which is also important for the changes in https://meta.discourse.org/t/373574
1 parent d91016c commit 5d90bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.20250114-0014")
59+
expected_version = Gem::Version.new("2.0.20250710-0019")
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)