Skip to content

Commit 0e9694b

Browse files
committed
update docker image, add indy-vdr to deps
Signed-off-by: Abdulhamit Kumru <[email protected]>
1 parent 6f2c18a commit 0e9694b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fetch-validator-status/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgovimages/von-image:next-1
1+
FROM bcgovimages/von-image:node-1.12-6
22

33
ADD requirements.txt .
44
RUN pip3 install --upgrade pip

fetch-validator-status/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ gspread
44
oauth2client
55
fastapi
66
uvicorn
7-
gunicorn
7+
gunicorn
8+
indy-vdr

0 commit comments

Comments
 (0)