Skip to content

Commit

Permalink
Merge pull request #9342 from swagger-api/fix-cli-docker-v3
Browse files Browse the repository at this point in the history
use openjdk docker base image for CLI V3
  • Loading branch information
frantuma authored Apr 4, 2019
2 parents a5b6510 + ae9d581 commit caea9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/swagger-codegen-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM java:8-jre-alpine
FROM openjdk:8-jre-alpine

ADD target/swagger-codegen-cli.jar /opt/swagger-codegen-cli/swagger-codegen-cli.jar

Expand Down

0 comments on commit caea9f7

Please # to comment.