From 4f6d150d19b25532a3c0f3c4f21fe7d955d7b04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:00:35 -0800 Subject: [PATCH] chore(deps): Bump hyperledger/aries-cloudagent-python (#3419) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Curran --- demo/docker-agent/Dockerfile.acapy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/docker-agent/Dockerfile.acapy b/demo/docker-agent/Dockerfile.acapy index 80ee05b2cc..cb14dca2cf 100644 --- a/demo/docker-agent/Dockerfile.acapy +++ b/demo/docker-agent/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