Skip to content

Commit

Permalink
chore(rundev): pin base image and rely on renovate bot to update it
Browse files Browse the repository at this point in the history
This is better approach than pulling it on each build.
  • Loading branch information
nijel committed Nov 7, 2024
1 parent fd14551 commit 1e80c48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dev-docker/weblate-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

FROM weblate/weblate:bleeding
FROM weblate/weblate:5.8.3.0

##########
# WARNING!
Expand Down
2 changes: 0 additions & 2 deletions rundev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ cd dev-docker/

build() {
mkdir -p data
# Fetch up-to-date base docker image
docker pull weblate/weblate:bleeding
# Build the container
docker compose build --build-arg USER_ID="$USER_ID" --build-arg GROUP_ID="$GROUP_ID"
cat > .env << EOT
Expand Down

0 comments on commit 1e80c48

Please sign in to comment.