Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Container Version(s) #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

www-signal-fyi[bot]
Copy link

Updating:
python:3.7

Copy link

Potential issues, bugs, or flaws:

  1. /app/Dockerfile:1
    • The Dockerfile FROM directive should not include a specific image digest (@sha256:...). Using a specific digest is not recommended as it can make your image less flexible and harder to update. It's better to pin the image to a specific tag instead, such as python:3.7, to ensure reproducibility without sacrificing flexibility. Consider reverting to just FROM python:3.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants