From 20fb23b72cdff43d65ced4fa2808838d73a1f209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:22:49 +0000 Subject: [PATCH] Bump openwallet-foundation/acapy-agent in /plugins/docker Bumps [openwallet-foundation/acapy-agent](https://github.com/openwallet-foundation/acapy) from py3.13-1.5.0rc0 to py3.13-1.5.0. - [Release notes](https://github.com/openwallet-foundation/acapy/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/blob/main/CHANGELOG.md) - [Commits](https://github.com/openwallet-foundation/acapy/commits) --- updated-dependencies: - dependency-name: openwallet-foundation/acapy-agent dependency-version: py3.13-1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/docker/Dockerfile b/plugins/docker/Dockerfile index 62ed7c132..3bdb62a46 100644 --- a/plugins/docker/Dockerfile +++ b/plugins/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.5.0rc0 AS base +FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.5.0 AS base # Install and Configure Poetry USER root @@ -24,7 +24,7 @@ RUN poetry install --only main RUN ln -s $(poetry env info -p)/lib/python3.6/site-packages site-packages -FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.5.0rc0 +FROM ghcr.io/openwallet-foundation/acapy-agent:py3.13-1.5.0 COPY --from=base --chown=aries:aries /home/aries/.venv /home/aries/.venv ENV PATH="/home/aries/.venv/bin:$PATH"