Skip to content

Commit

Permalink
DEV: Bump base image (#101)
Browse files Browse the repository at this point in the history
Changes included:
- switch to Terser to compress/minify JS
- update to libv8
  • Loading branch information
pmusaraj committed Apr 29, 2021
1 parent 88bc8a3 commit 230dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/docker_manager/admin_controller.rb
Expand Up @@ -13,7 +13,7 @@ def index
version = File.read('/VERSION') rescue '1.0.0'

version = Gem::Version.new(version)
expected_version = Gem::Version.new('2.0.20201221-2020')
expected_version = Gem::Version.new('2.0.20210415-1332')
ruby_version = Gem::Version.new(RUBY_VERSION)
expected_ruby_version = Gem::Version.new('2.7.2')

Expand Down

0 comments on commit 230dec2

Please sign in to comment.