Skip to content

Commit

Permalink
Update version in dockerfile-git
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Oct 4, 2024
1 parent 3c6064d commit 1171a42
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 1171a42

Please sign in to comment.