-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Upgrade aca-py to recent nightly build with python3.12
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1 | ||
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-nightly-2024-07-08 | ||
|
||
ADD configuration ./configuration | ||
ADD scripts ./scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-nightly-2024-06-26 | ||
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-nightly-2024-07-08 | ||
|
||
USER root | ||
|
||
# Install wallet group id plugin | ||
RUN pip3 install git+https://github.com/didx-xyz/[email protected].2b1 | ||
RUN pip3 install git+https://github.com/didx-xyz/[email protected].2b2 | ||
|
||
# install redis-events plugin | ||
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-06-26#subdirectory=redis_events | ||
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-07-09#subdirectory=redis_events | ||
|
||
COPY scripts/startup.sh startup.sh | ||
RUN chmod +x ./startup.sh | ||
|