From 77c3fe146376c859fa2e71f77ac31e5ee9ddb2b6 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 27 Nov 2024 00:43:07 +0200 Subject: [PATCH] :construction: --- dockerfiles/agents/Dockerfile.agent | 2 +- dockerfiles/agents/Dockerfile.author.agent | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfiles/agents/Dockerfile.agent b/dockerfiles/agents/Dockerfile.agent index e00f56234..eabae008b 100644 --- a/dockerfiles/agents/Dockerfile.agent +++ b/dockerfiles/agents/Dockerfile.agent @@ -7,7 +7,7 @@ ARG PROTOBUF_VERSION=5.28.3 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@c8dbb3ae#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@2fed68d0#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 d61fcd766..5715f8362 100644 --- a/dockerfiles/agents/Dockerfile.author.agent +++ b/dockerfiles/agents/Dockerfile.author.agent @@ -7,10 +7,10 @@ ARG PROTOBUF_VERSION=5.28.3 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@8820cd62e +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@df028d80 # install nats-events plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@c8dbb3ae#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@2fed68d0#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh