Skip to content

Commit eea6862

Browse files
committed
build: fix spaceone-cost-analysis python package version at Dockerfile
1 parent 7f10d90 commit eea6862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY pkg/*.txt ${PKG_DIR}/
1212

1313
RUN pip install --upgrade pip && \
1414
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt && \
15-
pip install --upgrade --pre spaceone-cost-analysis
15+
pip install --upgrade --pre spaceone-cost-analysis==2.0.dev128
1616

1717
COPY src ${SRC_DIR}
1818
WORKDIR ${SRC_DIR}

0 commit comments

Comments
 (0)