diff --git a/dockerfiles/agents/Dockerfile.agent b/dockerfiles/agents/Dockerfile.agent index a6032959f..cce1ce6c8 100644 --- a/dockerfiles/agents/Dockerfile.agent +++ b/dockerfiles/agents/Dockerfile.agent @@ -7,7 +7,7 @@ ARG PROTOBUF_VERSION=5.29.0 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} # install nats-events plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@1b9762cb9#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@79b75ee3c#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh diff --git a/dockerfiles/agents/Dockerfile.author.agent b/dockerfiles/agents/Dockerfile.author.agent index 552feecfa..d310a4491 100644 --- a/dockerfiles/agents/Dockerfile.author.agent +++ b/dockerfiles/agents/Dockerfile.author.agent @@ -7,10 +7,10 @@ ARG PROTOBUF_VERSION=5.29.0 RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} # Install wallet group id plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@9b05b4330 +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@04ab589d1 # install nats-events plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@1b9762cb9#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@79b75ee3c#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh