From 24ba9253eef8db45902149ffa15afd3fe322bb64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:31:30 -0400 Subject: [PATCH] Update crowdin/cli Docker tag to v3.14.0 (#167) 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 7683a565..00fee4ef 100644 --- a/crowdin/Dockerfile +++ b/crowdin/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.7.8 +FROM crowdin/cli:3.14.0 RUN apk --no-cache add curl git jq gnupg;