diff --git a/Dockerfile b/Dockerfile index be45ee6ac..9b55418b5 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.51.0 AS final +FROM weblate/base:2024.52.0 AS final ENV WEBLATE_VERSION=5.9.2