diff --git a/dockerfiles/agents/Dockerfile b/dockerfiles/agents/Dockerfile index e231ca0a2..1950b2914 100644 --- a/dockerfiles/agents/Dockerfile +++ b/dockerfiles/agents/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2 COPY configuration ./configuration COPY scripts ./scripts diff --git a/dockerfiles/agents/Dockerfile.agent b/dockerfiles/agents/Dockerfile.agent index 4ac0e33f0..5558c5459 100644 --- a/dockerfiles/agents/Dockerfile.agent +++ b/dockerfiles/agents/Dockerfile.agent @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2 USER root @@ -7,7 +7,7 @@ ARG PROTOBUF_VERSION=5.28.1 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@test-fix-runtime-warning-close-not-awaited#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test-refactor-multitenant-manager-errors#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 3718933a6..b157b5c7d 100644 --- a/dockerfiles/agents/Dockerfile.author.agent +++ b/dockerfiles/agents/Dockerfile.author.agent @@ -1,4 +1,4 @@ -FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a1 +FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2 USER root @@ -7,10 +7,10 @@ ARG PROTOBUF_VERSION=5.28.1 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@test-fix-runtime-warning-close-not-awaited +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@test-refactor-multitenant-manager-errors # install nats-events plugin -RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test-fix-runtime-warning-close-not-awaited#subdirectory=nats_events +RUN pip install --no-cache-dir git+https://github.com/didx-xyz/aries-acapy-plugins@test-refactor-multitenant-manager-errors#subdirectory=nats_events COPY scripts/startup.sh startup.sh RUN chmod +x ./startup.sh