Skip to content

Commit

Permalink
New docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Jul 18, 2023
1 parent cd40cae commit de48675
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.9-0.8.2 as base
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.8.3-pre as base

# Install and Configure Poetry
USER root
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN poetry install --no-dev
RUN ln -s $(poetry env info -p)/lib/python3.6/site-packages site-packages


FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.8.2
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.8.3-pre
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 de48675

Please sign in to comment.