Skip to content

Commit

Permalink
Merge pull request #38 from PSNAppz/1.0
Browse files Browse the repository at this point in the history
Updated version in dockerfile-git
  • Loading branch information
venky-ganapathy authored Oct 4, 2024
2 parents cfb0c0c + 1171a42 commit a5e4d2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openg2p-g2p-bridge-api/Dockerfile-git
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN python3 -m pip install \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-common \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-auth \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2pconnect-common-lib \
git+https://github.com/openg2p/[email protected].0\#subdirectory=openg2p-g2p-bridge-models \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2p-bridge-models \
./src

USER ${container_user}
Expand Down
4 changes: 2 additions & 2 deletions openg2p-g2p-bridge-celery-beat-producers/Dockerfile-git
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN python3 -m pip install \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-common \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-auth \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2pconnect-common-lib \
git+https://github.com/openg2p/[email protected].0\#subdirectory=openg2p-g2p-bridge-models \
git+https://github.com/openg2p/[email protected].0\#subdirectory=openg2p-g2p-bridge-bank-connectors \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2p-bridge-models \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2p-bridge-bank-connectors \
./src

USER ${container_user}
Expand Down
4 changes: 2 additions & 2 deletions openg2p-g2p-bridge-celery-workers/Dockerfile-git
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN python3 -m pip install \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-common \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-fastapi-auth \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2pconnect-common-lib \
git+https://github.com/openg2p/[email protected].0\#subdirectory=openg2p-g2p-bridge-models \
git+https://github.com/openg2p/[email protected].0\#subdirectory=openg2p-g2p-bridge-bank-connectors \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2p-bridge-models \
git+https://github.com/openg2p/[email protected]\#subdirectory=openg2p-g2p-bridge-bank-connectors \
./src

USER ${container_user}
Expand Down

0 comments on commit a5e4d2b

Please sign in to comment.