File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include:
2525
2626unittests :
2727 image :
28- name : quay.io/fedora/python-313:latest@sha256:24c1b6bc9b320ce7462b72e9f327765cd2be1fe437c869af36d65a5b218ff555
28+ name : quay.io/fedora/python-313:latest@sha256:e7b70989fee8db02ffa56287bc64dce88508ed14b389efb3f43dcef5f1bb7113
2929 stage : test
3030 script :
3131 - pip install tox
Original file line number Diff line number Diff line change 1616
1717 # Linter and formatter
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.15.4
19+ rev : v0.15.5
2020 hooks :
2121 - id : ruff
2222 args :
3939
4040 # Fix common misspellings
4141 - repo : https://github.com/codespell-project/codespell
42- rev : v2.4.1
42+ rev : v2.4.2
4343 hooks :
4444 - id : codespell
Original file line number Diff line number Diff line change 1- FROM quay.io/fedora/python-313:20260225 @sha256:24c1b6bc9b320ce7462b72e9f327765cd2be1fe437c869af36d65a5b218ff555 AS builder
1+ FROM quay.io/fedora/python-313:20260304 @sha256:e7b70989fee8db02ffa56287bc64dce88508ed14b389efb3f43dcef5f1bb7113 AS builder
22
33# builder should use root to install/create all files
44USER root
You can’t perform that action at this time.
0 commit comments