File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.8.2
2
+
3
+ - Fix issue with changed output from Buildkit. [ #120 ] ( https://github.com/marcuslonnberg/sbt-docker/pull/120 )
4
+
1
5
## 1.8.1
2
6
3
7
- Fix issue with changed output from Buildkit. [ #118 ] ( https://github.com/marcuslonnberg/sbt-docker/pull/118 )
12
16
- Support passing build arguments with ` dockerBuildArguments in docker ` setting.
13
17
- Add ` ARG ` instruction.
14
18
- Fix issue with resolving native Dockerfile path when in root of project.
15
- - Fix issue with Docker build not passing failure properly on build failure.
19
+ - Fix issue with Docker build not passing failure properly on build failure.
16
20
17
21
## 1.6.0
18
22
Original file line number Diff line number Diff line change 17
17
18
18
Add sbt-docker as a dependency in ` project/plugins.sbt ` :
19
19
``` scala
20
- addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.8.1 " )
20
+ addSbtPlugin(" se.marcuslonnberg" % " sbt-docker" % " 1.8.2 " )
21
21
```
22
22
23
23
### Getting started
You can’t perform that action at this time.
0 commit comments