From 4b81ec7a9a972eb8411bb1e829d0ff4df1af31a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:10:14 +0000 Subject: [PATCH] chore(deps): Bump hyperledger/aries-cloudagent-python (#2976) Bumps [hyperledger/aries-cloudagent-python](https://github.com/hyperledger/aries-cloudagent-python) from py3.9-0.9.0 to py3.9-0.12.1. - [Release notes](https://github.com/hyperledger/aries-cloudagent-python/releases) - [Changelog](https://github.com/hyperledger/aries-cloudagent-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperledger/aries-cloudagent-python/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: jamshale <31809382+jamshale@users.noreply.github.com> --- 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 f309b40950..f4b6d5e9de 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.9.0 +FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1 USER root