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 to alpine:3.18 #37

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

Conversation

tomkuba
Copy link

@tomkuba tomkuba commented Jun 14, 2023

fix #36

error does not happen with alpine 3.18 as it does not contain conflicting version of "packaging" package.

@tomkuba
Copy link
Author

tomkuba commented Jun 30, 2023

@cytopia can you please take a look?

@rwaffen
Copy link

rwaffen commented Aug 29, 2023

bump, would be nice to have this

@rwaffen
Copy link

rwaffen commented Aug 29, 2023

@tomkuba looking at the code, shouldn't you also update the version in the finale image in line 33?

@tomkuba
Copy link
Author

tomkuba commented Aug 29, 2023

@tomkuba looking at the code, shouldn't you also update the version in the finale image in line 33?

Yes, I messed up. Thanks

@fhirscher
Copy link

@tomkuba In Alpine 3.18, Python is shipped with version 3.11. Therefore, line 58 must also be updated.
from: COPY --from=builder /usr/lib/python3.10/site-packages/ /usr/lib/python3.10/site-packages/ to: COPY --from=builder /usr/lib/python3.11/site-packages/ /usr/lib/python3.11/site-packages/

@tomkuba tomkuba force-pushed the update-alpine-version-to-fix-nightly-builds branch from 1436639 to aac2612 Compare September 7, 2023 16:01
@Omjoa001
Copy link

Omjoa001 commented Mar 4, 2024

This worked for me, thanks a ton!

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.

Failing builds
4 participants