mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
891 stars 200 forks source link

Upgrade ubuntu to newest LTS version [22.04+] across all flows #266

Open rockett-m opened 1 month ago

rockett-m commented 1 month ago

Abstract

We are using versions as old as 20.04 in some of the flows. It would be beneficial to upgrade and should take advantage of the latest features of ubuntu. The version should also be consistent across the entire codebase. Credits to @madars for suggesting this in discussion and @HalosGhost for feedback.

Description

For example, .github/workflows/ uses ubuntu version 20.04. dockerfile has ubuntu version 22.04. Across the board we should use version 22.04+.

ubuntu-timeline

Code of Conduct

rockett-m commented 1 month ago

@HalosGhost I've started working on this if you can assign this to me, thanks