Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: new keria with correctly deleted credential indexes #999

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG --global PUSH=false
ARG --global KERIA_DOCKER_IMAGE_REPO=weboftrust/keria
ARG --global KERIA_DOCKER_IMAGE_TAG=0.2.0-rc1
ARG --global KERIA_GIT_REPO_URL="https://github.com/cardano-foundation/keria.git"
ARG --global KERIA_GIT_REF="a61521ae84046aabbbd89e6dced87f6aa4cc2a75"
ARG --global KERIA_GIT_REF="2c1fe85366fd03b17383089084b009b9773a1604"

ARG --global KERI_DOCKER_IMAGE_REPO=weboftrust/keri
ARG --global KERI_DOCKER_IMAGE_TAG=1.1.26
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
keria:
container_name: idw-keria
restart: unless-stopped
image: cardanofoundation/cf-idw-keria:0.1.1-PR984-d1f2fe0-GHRUN13569242140
image: cardanofoundation/cf-idw-keria:0.1.1-PR999-72f5f61-GHRUN13631990672
environment:
- KERI_AGENT_CORS=true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion services/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
keria:
container_name: idw-keria
restart: unless-stopped
image: cardanofoundation/cf-idw-keria:0.1.1-PR984-d1f2fe0-GHRUN13569242140
image: cardanofoundation/cf-idw-keria:0.1.1-PR999-72f5f61-GHRUN13631990672
environment:
- KERI_AGENT_CORS=true
volumes:
Expand Down