Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jun 13, 2024
1 parent de5fe5f commit f9ad23e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-nightly-2024-06-11

USER root
# install redis-events plugin
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-nightly-2024-06-11

USER root

# Install wallet group id plugin
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1
RUN pip3 install git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@test-fix-get-wallet-profile

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

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

0 comments on commit f9ad23e

Please sign in to comment.