From 89158f9fd36cfc76c0690146733dec394c9650d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:46:03 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d79853..896efaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.13.2-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.31 +ENV UV_VERSION=0.6.0 ENV PYVERSION=3.13 LABEL name="Weblate Base"