From 9d798c61e3fe6de1c80d19ae32dfae727952be9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:31:13 +0000 Subject: [PATCH] chore(deps): update dependency weblate to v2026.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98eba3c6e..2c137c244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM weblate/dev:2026.32.0@sha256:c05527249861fb3f105c6fb9c2c786debde88bdb1e8a39 ARG TARGETARCH # renovate: datasource=pypi depName=Weblate versioning=pep440 -ENV WEBLATE_VERSION=2026.7.1 +ENV WEBLATE_VERSION=2026.8 ENV WEBLATE_EXTRAS=all,zxcvbn,saml,wsgi,wllegal SHELL ["/bin/bash", "-o", "pipefail", "-x", "-c"] @@ -54,7 +54,7 @@ RUN find /app/src -name '*.patch' -print0 | sort -z | \ FROM weblate/base:2026.32.0@sha256:86848369d1048f1eb40eeebd13990a1d7fdd6cb5f44ce69122b14a05f97117ab AS final # renovate: datasource=pypi depName=Weblate versioning=pep440 -ENV WEBLATE_VERSION=2026.7.1 +ENV WEBLATE_VERSION=2026.8 LABEL name="Weblate" LABEL version=$WEBLATE_VERSION