Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docker/Dockerfile.weblate-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# CI builds with repo root as context (installs checked-out branch).
# CD builds on the deploy server where the target branch is already checked out.

FROM weblate/weblate:2026.5.0.0
FROM weblate/weblate:2026.6.1.0

# Base image ends with USER 1000; installing into /app/venv requires root.
USER root
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ classifiers = [
]
dependencies = [
"packaging==26.2",
"Weblate[all]==2026.5"
"Weblate[all]==2026.6.1"
]
description = "Standalone Weblate plugin for Boost documentation translation."
keywords = [
Expand Down
Loading
Loading