Skip to content

Commit

Permalink
⬆️ use latest acapy-plugins release
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Aug 20, 2024
1 parent c2503cc commit 615d380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-bbs:py3.12-1.0.0

USER root
# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-08-19#subdirectory=redis_events
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-08-20#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/acapy-wallet-groups-plugin@1.0.0

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

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

0 comments on commit 615d380

Please sign in to comment.