Skip to content

Commit

Permalink
Merge pull request #1279 from bcgov/junk/122rc2
Browse files Browse the repository at this point in the history
ACA-Py 0.12.2 RC1
  • Loading branch information
loneil authored Jul 26, 2024
2 parents 982815a + a16fceb commit f13393e
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 82 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.9-0.12.1 as base
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1 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.9-0.12.1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2rc1
COPY --from=base --chown=aries:aries /home/aries/.venv /home/aries/.venv
ENV PATH="/home/aries/.venv/bin:$PATH"

Expand Down
2 changes: 1 addition & 1 deletion plugins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
aries-cloudagent = { version = "0.12.1" }
aries-cloudagent = { version = "0.12.2rc1" }
python-dateutil = "^2.8.2"
typing-extensions = "4.8.0"
traction-innkeeper = {path = "./traction_innkeeper", develop = true}
Expand Down
Loading

0 comments on commit f13393e

Please sign in to comment.