Skip to content

Commit

Permalink
⬆️ update redis events plugin to latest release (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 authored Jul 18, 2024
1 parent b79ab26 commit f0c39c6
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 git+https://github.com/didx-xyz/[email protected]
# pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events
# pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#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.12-1.0.0rc4

USER root
# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#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 git+https://github.com/didx-xyz/[email protected]

# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#subdirectory=redis_events

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

0 comments on commit f0c39c6

Please sign in to comment.