From cb38ebebe3499785d59134ce7f678ce8aa039a69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:08:45 +0000 Subject: [PATCH] chore(deps): update weblate/base docker tag to v2024.51.0 (#2883) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 016d8414b..7c9dc1f72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN /app/venv/bin/python -c 'from phply.phpparse import make_parser; make_parser RUN ln -s /app/venv/share/weblate/examples/ /app/ -FROM weblate/base:2024.50.0 AS final +FROM weblate/base:2024.51.0 AS final ENV WEBLATE_VERSION=5.8.4