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

chore(deps): update quay.io/fedora/python-312 docker tag to v20240918 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/python-312:20240917@sha256:66a5c0a5d3b6cd3f3245c1d705595c6d2abe36b5990d4ce9a1b365247f06b68a AS builder
FROM quay.io/fedora/python-312:20240918@sha256:afe228f92a428d3361bf9ade9a0f435996ec338c8f8ba19035f33f8a57789ec2 AS builder

# builder should use root to install/create all files
USER root
Expand Down
Loading