Skip to content

Commit

Permalink
build: fix spaceone-cost-analysis python package version at Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jun 14, 2024
1 parent 7f10d90 commit eea6862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY pkg/*.txt ${PKG_DIR}/

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

COPY src ${SRC_DIR}
WORKDIR ${SRC_DIR}
Expand Down

0 comments on commit eea6862

Please sign in to comment.