Skip to content

Upgrade to use Python 3.10#43

Merged
Frost merged 3 commits intomasterfrom
upgrade-python-to-3.10
Apr 2, 2026
Merged

Upgrade to use Python 3.10#43
Frost merged 3 commits intomasterfrom
upgrade-python-to-3.10

Conversation

@Frost
Copy link
Copy Markdown
Contributor

@Frost Frost commented Apr 2, 2026

This also restructures the Dockerfile a little bit, to not create some unnecessary layers. Running COPY ... and then RUN chown as separate lines will create big duplicate layers, when you can do that same thing in one layer with COPY --chown.

Frost added 3 commits April 2, 2026 11:46
This also restructures the Dockerfile a little bit, to not create some
unnecessary layers. Running `COPY ...` and then `RUN chown` as separate
lines will create big duplicate layers, when you can do that same thing
in one layer with `COPY --chown`.
Copy link
Copy Markdown
Member

@kaj kaj left a comment

Choose a reason for hiding this comment

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

Looks good!

@Frost Frost merged commit 405f694 into master Apr 2, 2026
2 checks passed
@Frost Frost deleted the upgrade-python-to-3.10 branch April 2, 2026 10:04
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