Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh authored Apr 12, 2021
1 parent a074726 commit ffca39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jib-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ To use a different Servlet engine base image, you can customize `<container><app
</container>
</configuration>
```
When specifying a [`jetty`](https://hub.docker.com/_/jetty) image yourself with `<from><image>`, you may run into an issue (#3204) and need to override the entrypoint.
When specifying a [`jetty`](https://hub.docker.com/_/jetty) image yourself with `<from><image>`, you may run into an issue ([#3204](https://github.com/GoogleContainerTools/jib/issues/3204)) and need to override the entrypoint.
```xml
<configuration>
<from>
Expand Down

0 comments on commit ffca39c

Please sign in to comment.