Skip to content

Commit a3ec7a3

Browse files
Bump minimum base image version (#215)
The last forced update was more than a year ago. That old image has a lot of old dependencies, including an old `node` version which is no longer supported by some of Discourse's JS dependencies. This commit will instruct self-hosters to perform a command-line rebuild.
1 parent dec486d commit a3ec7a3

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
@@ -47,7 +47,7 @@ def repos
4747
end
4848

4949
version = Gem::Version.new(version)
50-
expected_version = Gem::Version.new("2.0.20230313-1023")
50+
expected_version = Gem::Version.new("2.0.20240502-0021")
5151
ruby_version = Gem::Version.new(RUBY_VERSION)
5252
expected_ruby_version = Gem::Version.new("3.2.1")
5353
min_stable_version = Gem::Version.new("3.0.0")

0 commit comments

Comments
 (0)