Skip to content

Commit

Permalink
Update pypi versions in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Dec 2, 2024
1 parent 584fc5e commit bf5369f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openg2p-g2p-bridge-celery-workers/Dockerfile-pypi
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ ADD --chown=${container_user}:${container_user_group} main.py /app
RUN python3 -m venv venv \
&& . ./venv/bin/activate
RUN python3 -m pip install \
openg2p-fastapi-common==develop \
openg2p-fastapi-auth==develop \
openg2p-g2pconnect-common-lib==develop \
openg2p-g2p-bridge-models==develop \
openg2p-g2p-bridge-bank-connectors==develop \
openg2p-g2p-bridge-celery-workers
openg2p-fastapi-common==1.1.0 \
openg2p-fastapi-auth==1.1.0 \
openg2p-g2pconnect-common-lib==1.0.0 \
openg2p-g2p-bridge-models==1.0.0 \
openg2p-g2p-bridge-bank-connectors==1.0.0 \
openg2p-g2p-bridge-celery-workers=1.0.0

USER ${container_user}

Expand Down

0 comments on commit bf5369f

Please sign in to comment.