1
0
mirror of synced 2025-12-25 11:06:55 -05:00
Files
airbyte/tools/code-generator/Dockerfile
Jared Rhizor 0609011e05 fix connector base versioning (#2726)
* fix connector base versioning

* only run integration tests in non-bases directories

* upgrade datamodel-code-generator which coincidentally has already fixed this issue with generating List of Lists

* bump forgotten hubspot version

* fix build
2021-04-02 22:46:06 -07:00

7 lines
178 B
Docker

FROM python:3.7-slim
RUN pip install datamodel-code-generator==0.10.1
ENTRYPOINT ["datamodel-codegen"]
LABEL io.airbyte.version=dev
LABEL io.airbyte.name=airbyte/code-generator