From 81308db316c6b8be64ca0c618a06ab0e3755b0f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:39:16 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.1 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 966c066..8618744 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.7-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.0 +ENV UV_VERSION=0.5.1 ENV PYVERSION=3.12 LABEL name="Weblate Base"