Skip to content

Commit d0ce77a

Browse files
committed
ver fix
1 parent 08b8b2e commit d0ce77a

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)