Skip to content

Commit 6db8901

Browse files
committed
feature: release v1.0.0
Signed-off-by: xiexianbin <me@xiexianbin.cn>
1 parent f5bbd88 commit 6db8901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt update && \
2525
cd ~ && \
2626
git clone https://github.com/x-actions/python3-cisctl.git && \
2727
cd python3-cisctl && \
28-
git checkout v1 && \
28+
git checkout v1.0.0 && \
2929
pip3 install -r requirements.txt && \
3030
python3 setup.py --version && \
3131
python3 setup.py install

0 commit comments

Comments
 (0)