DEV: Bump base image (#120)

This includes the oxipng binary.

See:

676479926e
This commit is contained in:
Blake Erickson 2021-11-19 13:20:54 -07:00 committed by GitHub
parent 97b94cb4c1
commit 4e06649d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')