Skip to content

Commit 915fd42

Browse files
committed
fixed dockerfile configuration to match current spaceone-core version
Signed-off-by: Sooyoung98 <sooyoungkim@mz.co.kr>
1 parent 539abce commit 915fd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cloudforet/python-core:1
1+
FROM cloudforet/python-core:2
22

33
ENV PYTHONUNBUFFERED 1
44
ENV SPACEONE_PORT 50051
@@ -14,7 +14,7 @@ RUN pip install --upgrade pip && \
1414
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt
1515

1616
ARG CACHEBUST=1
17-
RUN pip install --upgrade --pre spaceone-core spaceone-api
17+
RUN pip install --upgrade spaceone-core spaceone-api
1818

1919
COPY src ${SRC_DIR}
2020
WORKDIR ${SRC_DIR}

0 commit comments

Comments
 (0)