Skip to content

Commit

Permalink
chore(deps): Bump hyperledger/aries-cloudagent-python in /plugins/docker
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b2831c0 commit 0837b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 0837b78

Please sign in to comment.