diff --git a/crowdin/Dockerfile b/crowdin/Dockerfile index 7b35d57f..fd957285 100644 --- a/crowdin/Dockerfile +++ b/crowdin/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.16.0 +FROM crowdin/cli:3.19.2 RUN apk --no-cache add curl git jq gnupg;