Skip to content

Commit

Permalink
chore(deps): update dependency weblate to v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nijel committed Dec 20, 2024
1 parent 7c2adc7 commit 0fb4d69
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.51.0 AS build

ARG TARGETARCH

ENV WEBLATE_VERSION=5.9.1
ENV WEBLATE_VERSION=5.9.2
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.51.0 AS final

ENV WEBLATE_VERSION=5.9.1
ENV WEBLATE_VERSION=5.9.2

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

0 comments on commit 0fb4d69

Please sign in to comment.