Skip to content

Commit

Permalink
dockerfile: update generator version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev authored Jan 26, 2024
1 parent 2233204 commit 3e68de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN java -jar openapi-generator-cli.jar generate \
--additional-properties=packageName=odd_models.api_client

FROM python:3.9.16 as pydantic_generator
ENV GENERATTOR_VERSION=0.14.1
ENV GENERATTOR_VERSION=0.25.2
ENV TARGET_PYTHON_VERSION=3.9
COPY ./opendatadiscovery-specification/specification /spec
RUN pip install datamodel-code-generator==$GENERATTOR_VERSION
Expand Down

0 comments on commit 3e68de9

Please sign in to comment.