From 9b0fbff44a073e315748f65a11d98fad181c5fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:16:39 +0000 Subject: [PATCH] Bump openwallet-foundation/acapy-agent in /docker/acapy Bumps [openwallet-foundation/acapy-agent](https://github.com/openwallet-foundation/acapy) from py3.12-1.2.lts to py3.12-1.3.0rc0. - [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-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/acapy/Dockerfile.acapy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/acapy/Dockerfile.acapy b/docker/acapy/Dockerfile.acapy index 3b72cea..1d93434 100644 --- a/docker/acapy/Dockerfile.acapy +++ b/docker/acapy/Dockerfile.acapy @@ -1,4 +1,4 @@ -FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.2.lts +FROM ghcr.io/openwallet-foundation/acapy-agent:py3.12-1.3.0rc0 USER root