Skip to content

Commit

Permalink
⬆️ Test acapy image 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jan 30, 2025
1 parent 5cf8498 commit fc4be3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/agents/Dockerfile.agent
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
Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/agents/Dockerfile.author.agent
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
Expand Down

0 comments on commit fc4be3b

Please sign in to comment.