8000 chore(deps): update dependency weblate to v5.11.3 by renovate[bot] · Pull Request #3251 · WeblateOrg/docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update dependency weblate to v5.11.3 #3251

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

Merged
merged 1 commit into from
May 3, 2025
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:2025.18.0@sha256:f5b3932f7c1fb758adba3ef6b51e8f75b39e01f7afa125

ARG TARGETARCH

ENV WEBLATE_VERSION=5.11.1
ENV WEBLATE_VERSION=5.11.3
ENV WEBLATE_EXTRAS=all,MySQL,zxcvbn

SHELL ["/bin/bash", "-o", "pipefail", "-x", "-c"]
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/.uv-cache,sharing=locked \

FROM weblate/base:2025.18.0@sha256:0c6cfb7154ac3d801e5e750fee9d329d95fc48230166d65dfaef38acf1c412b1 AS final

ENV WEBLATE_VERSION=5.11.1
ENV WEBLATE_VERSION=5.11.3

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