Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile to ubuntu:latest #932

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yuiseki
Copy link

@yuiseki yuiseki commented Jan 16, 2022

I suggest update ubuntu version of Dockerfile as latest version.

Now Dockerfile of this project specify FROM ubuntu:16.04, that is not latest stable version.
Current latest LTS of Ubuntu is 20.04
But it will soon be update 22.04 at next April, 2022.

I believe ubuntu version will automatically upgrade 22.04 if we specify FROM ubuntu:latest in Dockerfile.

I've already checked this change works expectedly.

PS:
If you believe we should specify one of specific version of ubuntu for stability, Please close this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant