We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 946508b + a82c4ce commit 493f72fCopy full SHA for 493f72f
2 files changed
.gitignore
@@ -9,7 +9,7 @@ __pycache__/
9
10
# C extensions
11
*.so
12
-
+.history
13
# Distribution / packaging
14
.Python
15
build/
Dockerfile
@@ -8,7 +8,7 @@ ARG AGENCY_INBOUND_PORT
8
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
0 commit comments