Skip to content

Commit

Permalink
🚧 test exception handling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Oct 31, 2024
1 parent db35156 commit 31a20be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b3

COPY configuration ./configuration
COPY scripts ./scripts
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b3

USER root

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1a2
FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.1.1b3

USER root

Expand All @@ -7,7 +7,7 @@ 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@c8b45905
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-refactor-multitenant-manager-errors#subdirectory=nats_events
Expand Down

0 comments on commit 31a20be

Please sign in to comment.