diff --git a/crowdin/Dockerfile b/crowdin/Dockerfile index 00fee4ef..c35ea76b 100644 --- a/crowdin/Dockerfile +++ b/crowdin/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.14.0 +FROM crowdin/cli:3.15.0 RUN apk --no-cache add curl git jq gnupg;