Merged
Conversation
Contributor
JudithBernett
commented
Jun 16, 2025
- Dockerfile on Python 3.13
- Added unzip to Docker for nextflow
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the project version to 1.3.3 across configuration files and updates the Dockerfile to use Python 3.13 with a newer Debian base while adding unzip for Nextflow support.
- Update version numbers in pyproject.toml and docs/conf.py from 1.3.2 to 1.3.3.
- Change Dockerfile base images from buster to bookworm and add the unzip package.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated project version to 1.3.3. |
| docs/conf.py | Updated Sphinx version and release numbers to 1.3.3. |
| Dockerfile | Rolled base image from buster to bookworm and added unzip for Nextflow. |
Comments suppressed due to low confidence (2)
Dockerfile:50
- [nitpick] Consider adding a brief inline comment that explains the necessity of installing 'unzip' for Nextflow, to aid future maintainers in understanding its inclusion.
RUN apt-get update && apt-get install -y procps unzip && rm -rf /var/lib/apt/lists/*
Dockerfile:5
- Ensure that switching the base image from buster to bookworm has been thoroughly tested, as the newer distribution may include different library versions or behavior that could affect dependencies.
FROM python:3.13-bookworm AS builder
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.