Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency weblate to v5.8.4 #2814

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM weblate/dev:2024.47.0 AS build

ARG TARGETARCH

ENV WEBLATE_VERSION=5.8.3
ENV WEBLATE_VERSION=5.8.4
ENV WEBLATE_EXTRAS=all,MySQL,zxcvbn

SHELL ["/bin/bash", "-o", "pipefail", "-x", "-c"]
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN ln -s /app/venv/share/weblate/examples/ /app/

FROM weblate/base:2024.47.0 AS final

ENV WEBLATE_VERSION=5.8.3
ENV WEBLATE_VERSION=5.8.4

LABEL name="Weblate"
LABEL version=$WEBLATE_VERSION
Expand Down
Loading