We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72f579 commit b687ed1Copy full SHA for b687ed1
k8/images/pyjanitor/Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
7
# Instructions taken from:
8
# https://github.com/ericmjl/pyjanitor.git
9
RUN git clone \
10
- --branch 0.18.1 \
+ --branch v0.18.1 \
11
--depth 1 \
12
https://github.com/ericmjl/pyjanitor.git \
13
.
0 commit comments