From d0ce77a3a11927715d1cb3533313d17a27b1cf7a Mon Sep 17 00:00:00 2001 From: Omer Shafiq Date: Wed, 17 Mar 2021 21:07:54 +0200 Subject: [PATCH] ver fix --- .gitignore | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba4133..ca678c3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ __pycache__/ # C extensions *.so - +.history # Distribution / packaging .Python build/ diff --git a/Dockerfile b/Dockerfile index 95e907e..325acca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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