We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2836ae commit d770397Copy full SHA for d770397
dockerfiles/agents/Dockerfile
@@ -5,7 +5,8 @@ USER root
5
# Install Google Protobuf and Plugins
6
ARG PROTOBUF_VERSION=5.29.3
7
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \
8
- acapy-wallet-groups-plugin==1.3.0.post20250505 \
+ # acapy-wallet-groups-plugin==1.3.0.post20250505 \
9
+ git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@update-models \
10
git+https://github.com/didx-xyz/aries-acapy-plugins@1.3.0-20250505#subdirectory=nats_events
11
12
COPY scripts/startup.sh startup.sh
0 commit comments