From 67705afb6985401459cd143d5f5f00c9dc212f23 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Tue, 2 Apr 2024 11:27:23 +0300 Subject: [PATCH] feat: CLI 3.19.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c87f872..c008f79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.19.1 +FROM crowdin/cli:3.19.2 RUN apk --no-cache add curl git git-lfs jq gnupg;