Skip to content

Commit

Permalink
Use python:3.10-slim in code-generator (airbytehq#8647)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and schlattk committed Jan 4, 2022
1 parent 25be691 commit e7e15cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/code-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.10-slim
RUN pip install datamodel-code-generator==0.10.1
ENTRYPOINT ["datamodel-codegen"]

Expand Down

0 comments on commit e7e15cb

Please sign in to comment.