We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af1a57 commit 4a79b70Copy full SHA for 4a79b70
dockerfiles/agents/Dockerfile
@@ -6,7 +6,7 @@ USER root
6
# Install Google Protobuf and Plugins
7
ARG PROTOBUF_VERSION=5.29.3
8
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \
9
- git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@02ea7a2f4947ab1e55339b5ff36fff3f52eb3df2 \
+ git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@release-1.2.1-20250227 \
10
git+https://github.com/didx-xyz/aries-acapy-plugins@release-1.2.1-20250227#subdirectory=nats_events
11
12
COPY scripts/startup.sh startup.sh
0 commit comments