From 448b5a6ff1c897534d7b2ae2bdc15b4c00caa505 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:33:46 +0000 Subject: [PATCH] [deps]: Update crowdin/cli Docker tag to v3.18.0 --- crowdin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin/Dockerfile b/crowdin/Dockerfile index 7b35d57fb..553f56da9 100644 --- a/crowdin/Dockerfile +++ b/crowdin/Dockerfile @@ -1,4 +1,4 @@ -FROM crowdin/cli:3.16.0 +FROM crowdin/cli:3.18.0 RUN apk --no-cache add curl git jq gnupg;