From d2861accccb85086280db1b6316660d59dc711ce Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 18 Jul 2024 14:43:52 +0300 Subject: [PATCH] :arrow_up: update redis events plugin to latest release --- docker-compose.yaml | 2 +- dockerfiles/agents/Dockerfile.agent | 2 +- dockerfiles/agents/Dockerfile.author.agent | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 50d443fc9..7c87f3346 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -382,7 +382,7 @@ services: # - -c # - | # pip3 install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@1.0.0rc4 - # pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events + # pip3 install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#subdirectory=redis_events # aca-py start \ # -it http "0.0.0.0" "3020" \ # -e http://governance-multitenant-agent:3020 \ diff --git a/dockerfiles/agents/Dockerfile.agent b/dockerfiles/agents/Dockerfile.agent index 23fd48745..49588b127 100644 --- a/dockerfiles/agents/Dockerfile.agent +++ b/dockerfiles/agents/Dockerfile.agent @@ -2,7 +2,7 @@ FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0rc4 USER root # install redis-events plugin -RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events +RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#subdirectory=redis_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 4e48dbf8d..a41319259 100644 --- a/dockerfiles/agents/Dockerfile.author.agent +++ b/dockerfiles/agents/Dockerfile.author.agent @@ -6,7 +6,7 @@ USER root RUN pip3 install git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@1.0.0rc4 # install redis-events plugin -RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-11#subdirectory=redis_events +RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-18#subdirectory=redis_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh