Skip to content

Commit

Permalink
point to gleif images and updated keri versions (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <2byrds@gmail.com>
  • Loading branch information
2byrds authored Aug 23, 2024
1 parent daef28f commit aceccd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: ./images/reg-pilot-api.dockerfile
image: 2byrds/reg-pilot-api:latest
image: gleif/reg-pilot-api:dev
ports:
- 8000:8000
# command: python src/regps/app/fastapi_app.py
Expand All @@ -29,7 +29,7 @@ services:
# - vlei-verifier

vlei-verifier:
image: 2byrds/vlei-verifier:latest
image: gleif/vlei-verifier:dev
container_name: vlei-verifier
hostname: vlei-verifier
# depends_on:
Expand Down
2 changes: 1 addition & 1 deletion images/reg-pilot-api.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 2byrds/keri:1.1.7
FROM weboftrust/keri:1.2.0-dev13

WORKDIR /usr/local/var

Expand Down

0 comments on commit aceccd5

Please sign in to comment.