From 0837b78ba680ebddff460fb309796af8c01acbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:14:56 +0000 Subject: [PATCH] chore(deps): Bump hyperledger/aries-cloudagent-python in /plugins/docker Bumps [hyperledger/aries-cloudagent-python](https://github.com/hyperledger/aries-cloudagent-python) from py3.12-1.0.0 to py3.12-1.0.1. - [Release notes](https://github.com/hyperledger/aries-cloudagent-python/releases) - [Changelog](https://github.com/openwallet-foundation/acapy/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] --- plugins/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/docker/Dockerfile b/plugins/docker/Dockerfile index e82a88343..a5955113a 100644 --- a/plugins/docker/Dockerfile +++ b/plugins/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0 AS base +FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.1 AS base # Install and Configure Poetry USER root @@ -24,7 +24,7 @@ RUN poetry install --only main RUN ln -s $(poetry env info -p)/lib/python3.6/site-packages site-packages -FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0 +FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.1 COPY --from=base --chown=aries:aries /home/aries/.venv /home/aries/.venv ENV PATH="/home/aries/.venv/bin:$PATH"