jaylenw / nota

Backend for AngularJSTodoApp, IonicTodoApp, & ElectronTodoApp. Create and Archive Notes in this back-end application providing RESTful APIs designed to be use with a front-end application. Archived on 2023/11/26.
https://nota.jaylenwimbish.com/
MIT License
1 stars 1 forks source link

feat(docker): modify dockerfile to use ubuntu 22.04 #385

Closed jaylenw closed 2 years ago

jaylenw commented 2 years ago

What does this PR do?

This PR modifies the Dockerfile to use Ubuntu 22.04 instead of 21.10.

Any additional context?

We have some automated PRs that fails the build process and upgrading to Ubuntu 22.04 shall fix the issue.

How were the changes in this PR tested if applicable?

Tests completed successfully here https://github.com/jaylenw/nota/actions/runs/3123318053/jobs/5065887249

Any issues that are related to this PR?

Related to issue #384 , and PRs #380 #382 #383