diff --git a/.archive/mcpo/Dockerfile b/.archive/mcpo/Dockerfile index 156ff753..e8c53df5 100644 --- a/.archive/mcpo/Dockerfile +++ b/.archive/mcpo/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/erhardtconsulting/base-python:3.12.9@sha256:59b7a2290aa02ea75cc0237fcb4c1201243cc711eaa4b955bed42330378d8a68 # renovate: datasource=pypi depName=mcpo versioning=semver -ARG MCPO_VERSION="0.0.17" +ARG MCPO_VERSION="0.0.20" # Set global virtual env ENV VIRTUAL_ENV=/app/.venv \