Skip to content

Commit 8ebb4b6

Browse files
carlossgwoile
authored andcommitted
chore: bump cz to 4.1.1
1 parent 5db37fc commit 8ebb4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
RUN apk add --update -t --no-cache git curl alpine-sdk
1010
RUN ["pip", "install", "-U", "--no-cache-dir", "pip"]
1111

12-
ARG CZ_VERSION=3.1.1
12+
ARG CZ_VERSION=4.1.1
1313
RUN pip install --no-cache-dir commitizen==$CZ_VERSION
1414

1515
ENTRYPOINT ["cz"]

0 commit comments

Comments
 (0)