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

change base image #11

Merged
merged 2 commits into from
Nov 3, 2023
Merged

change base image #11

merged 2 commits into from
Nov 3, 2023

Conversation

guguducken
Copy link
Contributor

image Gcc is not pre-installed in python:3-alpha, which will cause the image compilation to fail. So change it to python:3.9.18-slim-bullseye

@guguducken
Copy link
Contributor Author

@feiskyer PTAL

Copy link
Owner

@feiskyer feiskyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.9.18-slim-bullseye
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the python version is too old, could you update to 3.11 or newer versions?

@feiskyer feiskyer merged commit bbbac3b into feiskyer:main Nov 3, 2023
1 check failed
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.

2 participants