diff --git a/Dockerfile b/Dockerfile index b90304f..5b8f680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10 WORKDIR /app -COPY --from=contentsquareplatform/chproxy:1.16.0 /chproxy /usr/bin/chproxy +COPY --from=contentsquareplatform/chproxy:1.26.4 /chproxy /usr/bin/chproxy RUN pip3 install --no-cache-dir poetry RUN poetry config virtualenvs.in-project true diff --git a/poetry.lock b/poetry.lock index 66ca5ea..2f56c2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -397,7 +397,7 @@ version = "6.0" description = "YAML parser and emitter for Python" category = "main" optional = false -python-versions = ">=3.6" +python-versions = "=3.11.7" [[package]] name = "requests"