We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7622252 commit 0d3f153Copy full SHA for 0d3f153
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG UV_VERSION=0.11.17
+ARG UV_VERSION=0.11.18
2
ARG RUNTIME_IMAGE=dhi.io/debian-base:trixie
3
4
FROM ghcr.io/astral-sh/uv:${UV_VERSION}-debian AS builder
pyproject.toml
@@ -27,7 +27,7 @@ test = [
27
28
# Treat this repo as an application, so uv installs dependencies without packaging renamarr itself.
29
[tool.uv]
30
-required-version = "==0.11.17"
+required-version = "==0.11.18"
31
package = false
32
exclude-dependencies = ["m2r2"]
33
environments = [
0 commit comments