diff --git a/Dockerfile b/Dockerfile index ecee15d..b77567a 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.11.0 +ARG CROWDIN_VERSION=4.12.0 RUN apk add --no-cache wget unzip && \ wget https://github.com/crowdin/crowdin-cli/releases/download/${CROWDIN_VERSION}/crowdin-cli.zip && \