We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31181a commit 43ab852Copy full SHA for 43ab852
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /workdir
5
COPY crowdin_script.sh ./crowdin
6
7
# renovate: datasource=github-releases depName=crowdin/crowdin-cli
8
-ARG CROWDIN_VERSION=4.12.0
+ARG CROWDIN_VERSION=4.13.0
9
10
RUN apk add --no-cache wget unzip && \
11
wget https://github.com/crowdin/crowdin-cli/releases/download/${CROWDIN_VERSION}/crowdin-cli.zip && \
0 commit comments