Skip to content

Commit

Permalink
DEV: Update minimum image version (#257)
Browse files Browse the repository at this point in the history
This version updates nodejs from 18 to 22
  • Loading branch information
CvX authored Jan 14, 2025
1 parent b2e2dc1 commit b013f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/docker_manager/admin_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def repos
end

version = Gem::Version.new(version)
expected_version = Gem::Version.new("2.0.20240502-0021")
expected_version = Gem::Version.new("2.0.20250114-0014")
ruby_version = Gem::Version.new(RUBY_VERSION)
expected_ruby_version = Gem::Version.new("3.2.1")
min_stable_version = Gem::Version.new("3.0.0")
Expand Down

0 comments on commit b013f44

Please sign in to comment.