Skip to content

Commit

Permalink
chore(deps): update dependency weblate to v5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 6, 2024
1 parent dcb9ba6 commit 8585a22
Showing 1 changed file with 2 additions and 2 deletions.
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.45.4 AS build

ARG TARGETARCH

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

SHELL ["/bin/bash", "-o", "pipefail", "-x", "-c"]
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN find /app/src -name '*.patch' -print0 | sort -z | \

FROM weblate/base:2024.45.4 AS final

ENV WEBLATE_VERSION=5.8.2
ENV WEBLATE_VERSION=5.8.3

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

0 comments on commit 8585a22

Please sign in to comment.