Skip to content

Commit

Permalink
⬆️ Use latest redis-events plugin for 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed May 10, 2024
1 parent ea7d2dd commit 1457dec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ services:
# - -c
# - |
# pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1
# pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-04-23#subdirectory=redis_events
# pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-05-10#subdirectory=redis_events
# aca-py start \
# -it http "0.0.0.0" "3020" \
# -e http://governance-multitenant-agent:3020 \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1

USER root
# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-04-23#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-05-10#subdirectory=redis_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER root
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1

# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-04-23#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-05-10#subdirectory=redis_events

COPY scripts/startup.sh startup.sh
RUN chmod +x ./startup.sh
Expand Down

0 comments on commit 1457dec

Please sign in to comment.