From f62e5a236e3641e6eef89e1e3d16bf7a9613f4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 21:37:31 +0000 Subject: [PATCH] chore(deps): Bump hyperledger/aries-cloudagent-python Bumps [hyperledger/aries-cloudagent-python](https://github.com/hyperledger/aries-cloudagent-python) from py3.9-0.10.4 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] --- demo/playground/Dockerfile.acapy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/playground/Dockerfile.acapy b/demo/playground/Dockerfile.acapy index 956205df1f..d5b0647705 100644 --- a/demo/playground/Dockerfile.acapy +++ b/demo/playground/Dockerfile.acapy @@ -1,4 +1,4 @@ -FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.4 +FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1 USER root