diff --git a/Dockerfile b/Dockerfile index bec1252fb..4bab71774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN \ \ && curl -Lso /usr/bin/cosign "https://github.com/home-assistant/cosign/releases/download/${COSIGN_VERSION}/cosign_${BUILD_ARCH}" \ && chmod a+x /usr/bin/cosign \ - && pip3 install uv==0.6.1 + && pip3 install uv==0.6.17 # Install requirements COPY requirements.txt .