From 8b3aeac0fe348d6f298fd2502f3b786986a98f73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:54:09 +0000 Subject: [PATCH] chore(deps): update dependency uv to v0.5.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ccc847..80b9bdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12.8-slim-bookworm ARG TARGETARCH -ENV UV_VERSION=0.5.18 +ENV UV_VERSION=0.5.19 ENV PYVERSION=3.12 LABEL name="Weblate Base"