File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# A new version of source-declarative-manifest is built for every new Airbyte CDK release, and their versions are kept in sync.
66#
77
8- FROM docker.io/airbyte/python-connector-base:3 .0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
8+ FROM docker.io/airbyte/python-connector-base:4 .0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
99
1010WORKDIR /airbyte/integration_code
1111
@@ -24,8 +24,8 @@ RUN pip install dist/*.whl
2424RUN mkdir -p source_declarative_manifest \
2525 && echo 'from source_declarative_manifest.run import run\n\n if __name__ == "__main__":\n run()' > main.py \
2626 && touch source_declarative_manifest/__init__.py \
27- && cp /usr/local/lib/python3.10 /site-packages/airbyte_cdk/cli/source_declarative_manifest/_run.py source_declarative_manifest/run.py \
28- && cp /usr/local/lib/python3.10 /site-packages/airbyte_cdk/cli/source_declarative_manifest/spec.json source_declarative_manifest/
27+ && cp /usr/local/lib/python3.11 /site-packages/airbyte_cdk/cli/source_declarative_manifest/_run.py source_declarative_manifest/run.py \
28+ && cp /usr/local/lib/python3.11 /site-packages/airbyte_cdk/cli/source_declarative_manifest/spec.json source_declarative_manifest/
2929
3030# Remove unnecessary build files
3131RUN rm -rf dist/ pyproject.toml poetry.lock README.md
You can’t perform that action at this time.
0 commit comments