Skip to content

Commit 9bf65e5

Browse files
committed
checking out on latest commit on the pykmip repo
1 parent 5c30e2a commit 9bf65e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/pykmip/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apk add --no-cache \
1717
pip3 install --upgrade typing-extensions>=4.13.2 && \
1818
git clone https://github.com/openkmip/pykmip.git && \
1919
cd pykmip && \
20+
git checkout 6cd44b572b0ca55adf01a8a12078b2284602e64c && \
2021
pip3 install . && \
2122
apk del .build-deps && \
2223
rm -rf /var/cache/apk/* /pykmip && \

0 commit comments

Comments
 (0)