Skip to content

Commit

Permalink
Update demo dockerfile to match test python version
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
  • Loading branch information
ianco committed Jul 3, 2024
1 parent e62ec85 commit f1e13dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.demo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG from_image=ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0
FROM ${from_image}
ARG python_version=3.9.18
FROM python:${python_version}-slim-bullseye

ENV ENABLE_PTVSD 0
ENV ENABLE_PYDEVD_PYCHARM 0
Expand Down

0 comments on commit f1e13dd

Please sign in to comment.