Skip to content

Commit d97742a

Browse files
committed
konflux: unpin uv version for hermetic build
Signed-off-by: Haoyu Sun <hasun@redhat.com>
1 parent 2fbbe74 commit d97742a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USER root
1818
RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
1919

2020
# Install uv package manager
21-
RUN pip3.12 install "uv==0.8.15"
21+
RUN pip3.12 install "uv>=0.8.15"
2222

2323
# Add explicit files and directories
2424
# (avoid accidental inclusion of local directories or env files or credentials)

requirements.hermetic.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
uv==0.8.15
2-
pip==24.2
1+
uv==0.9.16
2+
pip==25.3

0 commit comments

Comments
 (0)