Skip to content

Commit a82c4ce

Browse files
authored
Merge pull request #14 from osancus/dev
ver fix
2 parents 2ee19c9 + d0ce77a commit a82c4ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ __pycache__/
99

1010
# C extensions
1111
*.so
12-
12+
.history
1313
# Distribution / packaging
1414
.Python
1515
build/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG AGENCY_INBOUND_PORT
88
ARG AGENCY_ENDPOINT
99
ARG GENESIS_URL
1010

11-
RUN pip install aries-cloudagent
11+
RUN pip install aries-cloudagent==0.5.3
1212
RUN pip install pickledb
1313

1414
WORKDIR /src

0 commit comments

Comments
 (0)