Skip to content

Commit

Permalink
fix(rundev): update base docker image automatically
Browse files Browse the repository at this point in the history
Otherwise user is stick with the image downloaded when first starting
with Weblate.

Fixes #11925
  • Loading branch information
nijel committed Jun 24, 2024
1 parent 628c45c commit 32462c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rundev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ build() {
mkdir -p data
# Build single requirements file
sed -n 's/^ "\([][a-zA-Z._0-9-]\+[<>=].*\)".*/\1/p' ../pyproject.toml > weblate-dev/requirements.txt
# Fetch up-to-date base docker image
docker pull weblate/weblate:bleeding
# Build the container
docker compose build --build-arg USER_ID="$(id -u)" --build-arg GROUP_ID="$(id -g)"

Expand Down

0 comments on commit 32462c2

Please sign in to comment.