Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.6.0 AS base
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.6.1 AS base

# Install and Configure Poetry
USER root
Expand All @@ -24,7 +24,7 @@ RUN poetry install --only main
RUN ln -s "$(poetry env info -p)"/lib/python3.13/site-packages site-packages


FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.6.0
FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.6.1
COPY --from=base --chown=aries:aries /home/aries/.venv /home/aries/.venv
ENV PATH="/home/aries/.venv/bin:$PATH"

Expand Down
Loading