Skip to content

Commit

Permalink
⬆️ Upgrade to latest wallet plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Dec 4, 2023
1 parent be631c6 commit 4d5590d
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-python:py3.9-0.11.0

USER root

RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.5.4
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.6.0

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 @@ -2,7 +2,7 @@ FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.11.0

USER root

RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.5.4
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.6.0

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

0 comments on commit 4d5590d

Please sign in to comment.