From 52a88f663b53f4bce05f1778d577965488076dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:19:41 +0000 Subject: [PATCH] chore(deps): Bump hyperledger/aries-cloudagent-python Bumps [hyperledger/aries-cloudagent-python](https://github.com/openwallet-foundation/acapy) from py3.9-0.12.2 to py3.9-0.12.3. - [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: hyperledger/aries-cloudagent-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/multi-demo/Dockerfile.acapy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/multi-demo/Dockerfile.acapy b/demo/multi-demo/Dockerfile.acapy index 80ee05b2cc..cb14dca2cf 100644 --- a/demo/multi-demo/Dockerfile.acapy +++ b/demo/multi-demo/Dockerfile.acapy @@ -1,4 +1,4 @@ -FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2 +FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.3 USER root