hyperledger-labs / did-webs-resolver

A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-webs-specification. The original work for the reference impl started here https://github.com/WebOfTrust/did-keri-resolver
Apache License 2.0
10 stars 8 forks source link

When keripy's images get updated to use python 3.12. Update the image used here to use that image. #65

Open daidoji opened 5 months ago

daidoji commented 5 months ago

Currently docker images in this repo use weboftrust/keri:1.1.4 which still uses python 3.10 base image. This causes a recent fix to fail.

There's a PR upstream in keripy to fix here https://github.com/WebOfTrust/keripy/pull/740. When that gets merged and new images get published with python3.12 update the keri images here to point at the correct images.

As a short term workaround, building the image in that linked PR and tagging it with weboftrust/keri:1.1.4 in your local development env should resolve the issue.