We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1ed2e commit 51dd1d6Copy full SHA for 51dd1d6
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.14.0
+ARG CROWDIN_VERSION=4.14.1
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