Skip to content

Commit

Permalink
Update readme to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-drake committed Jul 9, 2020
1 parent 8e3529a commit 40602a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Setup

Add sbt-docker as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.6.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.7.0")
```

### Getting started
Expand Down Expand Up @@ -192,7 +192,6 @@ Then you can use `dockerAutoPackageJavaApplication(fromImage, exposedPorts, expo
which will setup some settings for you, including a Dockerfile.
Its very basic, so if you have more advanced needs then define your own Dockerfile.

[auto-plugin]: http://www.scala-sbt.org/0.13/docs/Plugins.html
[docker]: https://www.docker.com/
[dockerfile]: https://docs.docker.com/engine/reference/builder/
[dockerizing-scala-apps]: https://velvia.github.io/Docker-Scala-Sbt/
Expand Down

0 comments on commit 40602a6

Please sign in to comment.