You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools_version=dockerfile_content[/transport-tools:v(\d+\.\d+\.\d+) as transport-tools/i,1]
fail"Unexpected FROM value (got #{version.inspect}), script must be adapted?"unlessversion =~ /\Aelixir\-[^\-]+\-erlang\-[^\-]+\-ubuntu\-focal\-[^\-]+\z/
fail"Unexpected tools_version value (got #{tools_version.inspect}), script must be adapted?"unlesstools_version =~ /\A\d\.\d\.\d\z/