We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db37fc commit 8ebb4b6Copy full SHA for 8ebb4b6
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /app
9
RUN apk add --update -t --no-cache git curl alpine-sdk
10
RUN ["pip", "install", "-U", "--no-cache-dir", "pip"]
11
12
-ARG CZ_VERSION=3.1.1
+ARG CZ_VERSION=4.1.1
13
RUN pip install --no-cache-dir commitizen==$CZ_VERSION
14
15
ENTRYPOINT ["cz"]
0 commit comments