Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump openapi-generator #220

Merged
merged 1 commit into from
Dec 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/OpenAPITools/openapi-generator/commit/2cdbfd63eb83b9a662b3efa8b6fbdd68071f44ed
FROM openapitools/openapi-generator@sha256:d6754d596739385596dfa5ee516d281bd9c6cd1b4b86c83148563a3f1a6d8996 AS jar
# https://github.com/OpenAPITools/openapi-generator/commit/afa750f2491337e6d95c0a39085ad75246fb4889
FROM openapitools/openapi-generator@sha256:0970a33b5c6e70f9dab387d261318055b9e9c7a741ae6427c0f6be59d959706c AS jar
# Ensure the jar file is build
RUN /usr/local/bin/docker-entrypoint.sh version

Expand Down