Skip to content

Commit

Permalink
use 0.2.0-dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Jul 16, 2024
1 parent ee47e68 commit fdddbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
keria-version: ['0.2.0-dev0']
keria-version: ['0.2.0-dev3']
node-version: ['20']
env:
KERIA_IMAGE_TAG: ${{ matrix.keria-version }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 7723:7723

keria:
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-0.2.0-dev0}
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-0.2.0-dev3}
environment:
- KERI_AGENT_CORS=1
- KERI_URL=http://keria:3902
Expand Down

0 comments on commit fdddbee

Please sign in to comment.