Upgrade Python version in base Docker images to the latest#289
Open
jsf9k wants to merge 8 commits into
Open
Conversation
The latest Python version is currently 3.14.4.
This necessitates relocking.
Without this, version 2026.5.2 of pipenv gives the following error message: pipenv install: error: argument --extra-pip-args: expected one argument
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the container build to a newer Python base image and aligns the repository’s dependency and versioning metadata with the latest cisagov/example (skeleton) release, including a major version bump.
Changes:
- Bump the project/container version to
1.0.0and update README examples accordingly. - Upgrade the Python base image patch version and update Pipenv/Pipfile requirements to match.
- Update the
exampledependency source tarball tov1.0.0.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/version.txt |
Updates the canonical project version to 1.0.0. |
src/Pipfile |
Updates the example dependency URL and required Python full version. |
src/Pipfile.lock |
Regenerates lock metadata for the new Python/dependency versions. |
Dockerfile |
Updates base images and pinned tooling (pipenv/setuptools), and keeps install step consistent with new versions. |
README.md |
Updates image tag examples to 1.0.0 in usage/docs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rm-sbin-sh
approved these changes
Apr 15, 2026
The repository is called cisagov/skeleton-docker, not cisagov/example.
dav3r
approved these changes
Apr 15, 2026
rm-sbin-sh
approved these changes
Apr 15, 2026
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.
🗣 Description
This pull request:
PipfileandPipfile.lockchanges that necessitates.cisagov/exampleto instead point to cisagov/skeleton-python-library.💭 Motivation and context
We must stay current lest we be left behind.
🧪 Testing
All automated tests pass.
✅ Pre-approval checklist
bump_versionscript if this repository is versioned and the changes in this PR warrant a version bump.✅ Pre-merge checklist
✅ Post-merge checklist