Skip to content

Commit

Permalink
Merge pull request #33 from crowdin/add_version_to_dokerfile
Browse files Browse the repository at this point in the history
add version for cli in Dockerfile
  • Loading branch information
VBeytok authored Sep 16, 2020
2 parents dd81cef + 0fc05dc commit fd9429d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crowdin/cli
FROM crowdin/cli:3.2.2

RUN apk --no-cache add curl git jq;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: crowdin action
uses: crowdin/[email protected].9
uses: crowdin/[email protected].10
with:
upload_translations: true
download_translations: true
Expand Down

0 comments on commit fd9429d

Please sign in to comment.