From 98707d50c51b17666c6984b554e102e6a132ecf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:38:42 +0000 Subject: [PATCH] Update dependency crowdin/crowdin-cli to v4.13.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1365254..e4a7266 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /workdir COPY crowdin_script.sh ./crowdin # renovate: datasource=github-releases depName=crowdin/crowdin-cli -ARG CROWDIN_VERSION=4.12.0 +ARG CROWDIN_VERSION=4.13.0 RUN apk add --no-cache wget unzip && \ wget https://github.com/crowdin/crowdin-cli/releases/download/${CROWDIN_VERSION}/crowdin-cli.zip && \