Skip to content

Conversation

@mrbiggred
Copy link
Member

Update the Docker image to use Python 3.14 and adjust the volume path to reflect the new version.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR attempts to lock the Docker image to a specific Python version (3.14) instead of using the floating python:3-slim tag. However, Python 3.14 does not exist yet - as of January 2025, the latest stable Python version is 3.13.x. This will cause the Docker build to fail when trying to pull the non-existent python:3.14-slim image.

Key Changes

  • Updated Docker base image from python:3-slim to python:3.14-slim (non-existent version)
  • Updated volume mount path from python3.x to python3.14 to match the specified Python version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mrbiggred mrbiggred merged commit 8e26383 into main Nov 21, 2025
9 checks passed
@mrbiggred mrbiggred deleted the feature/lock-docker-to-python-3-14 branch November 21, 2025 21:18
@normanlorrain
Copy link
Contributor

copilot says 3.14 doesn't exist yet. Weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants