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

Dockerfile outdated (bookworm vs. bullseye) #1830

Open
jangrewe opened this issue Dec 16, 2023 · 0 comments
Open

Dockerfile outdated (bookworm vs. bullseye) #1830

jangrewe opened this issue Dec 16, 2023 · 0 comments

Comments

@jangrewe
Copy link

I tried to build a container image from Dockerfile full, but it seems like the file was written when python:3 still used bullseye as the base. Now that python:3 uses bookworm, the build fails.

The fix:

FROM python:3-bullseye

Updating the Dockerfile to work with the bookworm version of python:3 would of course be prefered...

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

No branches or pull requests

1 participant