-
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.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
ARG BBS_SUFFIX="-bbs" | ||
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.0-20250127 | ||
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250130 | ||
|
||
USER root | ||
|
||
# Install Google Protobuf | ||
ARG PROTOBUF_VERSION=5.29.3 | ||
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} && \ | ||
pip install --no-cache-dir git+https://github.com/didx-xyz/[email protected].0-20250127#subdirectory=nats_events | ||
pip install --no-cache-dir git+https://github.com/didx-xyz/acapy-plugins@release-1.2.1-20250130#subdirectory=nats_events | ||
|
||
COPY scripts/startup.sh startup.sh | ||
RUN chmod +x ./startup.sh | ||
|
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,13 +1,13 @@ | ||
ARG BBS_SUFFIX="-bbs" | ||
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.0-20250127 | ||
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250130 | ||
|
||
USER root | ||
|
||
# Install Google Protobuf | ||
ARG PROTOBUF_VERSION=5.29.3 | ||
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \ | ||
acapy-wallet-groups-plugin==1.2.0.post20250127 \ | ||
git+https://github.com/didx-xyz/[email protected].0-20250127#subdirectory=nats_events | ||
git+https://github.com/didx-xyz/acapy-wallet-groups-plugin@release-1.2.1-20250130 \ | ||
git+https://github.com/didx-xyz/acapy-plugins@release-1.2.1-20250130#subdirectory=nats_events | ||
|
||
COPY scripts/startup.sh startup.sh | ||
RUN chmod +x ./startup.sh | ||
|