Merged
Conversation
Member
Author
|
Soo... apparently we're still using a rather old Python image in our Dockerfile, so old that the build now fails. I've also noticed that the nginx base image we use is rather old. I'll update and test the Dockerfile as well. |
Member
Author
|
Dockerfile updated, ready for review |
Contributor
|
I'm not a huge fan of pinning dependencies directly in requirements.txt, but we should move to |
dbrgn
approved these changes
Nov 1, 2025
Member
Author
|
o.O never heard of |
Contributor
|
Definitely, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update all Python dependencies. Also did a
pip freezeto get a somewhat reproducible environment. The only thing intentionally not frozen ispytzbecause tzdata gets updated quite often.This also allows Dependabot to actually propose PRs to fix issues; e.g. we currently have one report where Dependabot can't open a PR because we don't depend on Jinja directly - I'm not even sure if we got notified about this.
I've built and ran the site locally and checked for any obvious errors, so far everything looked exactly like before.