Skip to content

Commit

Permalink
build: modify spaceone-api version '1.12.54'
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Nov 26, 2024
1 parent 6962410 commit 3c0ff11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM cloudforet/python-core:2

ENV PYTHONUNBUFFERED 1
ENV CLOUDONE_PORT 50051
ENV SERVER_TYPE grpc
ENV PKG_DIR /tmp/pkg
ENV SRC_DIR /tmp/src
ENV PYTHONUNBUFFERED=1
ENV CLOUDONE_PORT=50051
ENV SERVER_TYPE=grpc
ENV PKG_DIR=/tmp/pkg
ENV SRC_DIR=/tmp/src

RUN apt update && apt upgrade -y

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license='Apache License 2.0',
packages=find_packages(),
install_requires=[
'spaceone-api',
'spaceone-api==1.12.54',
'schematics',
'pytz'
],
Expand Down

0 comments on commit 3c0ff11

Please sign in to comment.