From a828bb1ae32c23bef9a6d25fd51c7feecf7b5f24 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 11 Feb 2025 12:35:33 +0200 Subject: [PATCH] chore: CLI 4.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d5a7ee..1b93200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:4.5.2 +FROM crowdin/cli:4.6.0 RUN apk --no-cache add curl git git-lfs jq gnupg;