We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ee19c9 + d0ce77a commit a82c4ceCopy full SHA for a82c4ce
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