Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __pycache__/

# C extensions
*.so

.history
# Distribution / packaging
.Python
build/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG AGENCY_INBOUND_PORT
ARG AGENCY_ENDPOINT
ARG GENESIS_URL

RUN pip install aries-cloudagent
RUN pip install aries-cloudagent==0.5.3
RUN pip install pickledb

WORKDIR /src
Expand Down
Loading