usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
38 stars 13 forks source link

Dockerfile uses EOL Ubuntu 18.04 #148

Open codygarver opened 1 year ago

codygarver commented 1 year ago

Summary

Ubuntu Trusty was EOL a few months ago, Dockerfile should be rebased to newer Ubuntu version

Version

4.3.0 (Current)

Expected Behavior

Use currently supported Ubuntu version

Actual Behavior

Uses unsupported Ubuntu version

Steps to Reproduce the Actual Behavior

Observe Dockerfile is using ubuntu 18.04

Related Work

No response