Skip to content

Commit b687ed1

Browse files
committed
fix branch name
1 parent d72f579 commit b687ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8/images/pyjanitor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77
# Instructions taken from:
88
# https://github.com/ericmjl/pyjanitor.git
99
RUN git clone \
10-
--branch 0.18.1 \
10+
--branch v0.18.1 \
1111
--depth 1 \
1212
https://github.com/ericmjl/pyjanitor.git \
1313
.

0 commit comments

Comments
 (0)