Skip to content

Commit

Permalink
⬆️(docker) upgrade crowdin to version 4
Browse files Browse the repository at this point in the history
A major release of crowdin cli has been released. We take opportunity to have to
 update our translations to upgrade this tool.
  • Loading branch information
jbpenrath committed Jun 11, 2024
1 parent 8488fba commit 477c66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
# translation management tool
upload-i18n-strings:
docker:
- image: crowdin/cli:3.16.0
- image: crowdin/cli:4.0.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
- .:/app

crowdin:
image: crowdin/cli:3.16.0
image: crowdin/cli:4.0.0
volumes:
- ".:/app"
env_file:
Expand Down

0 comments on commit 477c66d

Please sign in to comment.