File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
modules/cli/src/main/scala/scala/cli/commands Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,8 @@ object Package extends ScalaCommand[PackageOptions] {
611
611
registry = packageOptions.dockerOptions.imageRegistry,
612
612
repository = repository,
613
613
tag = Some (tag),
614
- exec = exec
614
+ exec = exec,
615
+ dockerExecutable = None
615
616
)
616
617
617
618
val appPath = os.temp.dir(prefix = " scala-cli-docker" ) / " app"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ object Deps {
61
61
def jsoniterScala = " 2.15.0"
62
62
def scalaMeta = " 4.5.12"
63
63
def scalaNative = " 0.4.5"
64
- def scalaPackager = " 0.1.26 "
64
+ def scalaPackager = " 0.1.27 "
65
65
def signingCli = " 0.1.8"
66
66
}
67
67
def ammonite = ivy " com.lihaoyi:::ammonite:2.5.4-14-dc4c47bc "
You can’t perform that action at this time.
0 commit comments