From c3721a3d2051b5026cbf56fa683d2312c0fb57d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:32:01 -0500 Subject: [PATCH] Update crowdin/cli Docker tag to v3.15.0 (#205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crowdin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;