From ce5235f7e587746e03d6f7fe80b10a74ead2b120 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 12 Sep 2023 09:48:47 +0300 Subject: [PATCH] chore: CLI 3.14.0 (#189) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a66b371..d9f45d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.13.0 +FROM crowdin/cli:3.14.0 RUN apk --no-cache add curl git git-lfs jq gnupg;