DEV: Bump base image (#120)
This includes the oxipng binary.
See:
676479926e
This commit is contained in:
parent
97b94cb4c1
commit
4e06649d32
|
@ -13,7 +13,7 @@ module DockerManager
|
|||
version = File.read('/VERSION') rescue '1.0.0'
|
||||
|
||||
version = Gem::Version.new(version)
|
||||
expected_version = Gem::Version.new('2.0.20210415-1332')
|
||||
expected_version = Gem::Version.new('2.0.20211118-0105')
|
||||
ruby_version = Gem::Version.new(RUBY_VERSION)
|
||||
expected_ruby_version = Gem::Version.new('2.7.2')
|
||||
|
||||
|
|
Loading…
Reference in New Issue