Open tomkuba opened 1 year ago
@cytopia can you please take a look?
bump, would be nice to have this
@tomkuba looking at the code, shouldn't you also update the version in the finale image in line 33?
@tomkuba looking at the code, shouldn't you also update the version in the finale image in line 33?
Yes, I messed up. Thanks
@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/
This worked for me, thanks a ton!
fix https://github.com/cytopia/docker-ansible-lint/issues/36
error does not happen with alpine 3.18 as it does not contain conflicting version of "packaging" package.