Skip to content

Commit

Permalink
Fix bleeding build for Weblate 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 27, 2023
1 parent 76ef228 commit 5d0eb0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/bin/bleeding
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ sed -i \
LABEL org.opencontainers.image.revision=\"$SHA\"" \
Dockerfile

# Weblate 5.0 change
sed -i 's/^translate-toolkit==3.9.2/translate-toolkit==3.10.0/' requirements.txt

# Consistent timestamp
touch --date="$DATE" Dockerfile

Expand Down

0 comments on commit 5d0eb0e

Please sign in to comment.