File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ trait ScalafmtNativeImage extends ScalaModule with NativeImage {
43
43
44
44
object native extends ScalafmtNativeImage
45
45
46
- def csDockerVersion = " 2.0.16 "
46
+ def csDockerVersion = " 2.1.0-M5-18-gfebf9838c "
47
47
48
48
object `native-static` extends ScalafmtNativeImage {
49
49
def nameSuffix = " -static"
@@ -57,7 +57,7 @@ object `native-static` extends ScalafmtNativeImage {
57
57
Some (
58
58
NativeImage .linuxStaticParams(
59
59
" scala-cli-base-musl:latest" ,
60
- s " https://github.com/coursier/coursier/releases/download/v $csDockerVersion/cs-x86_64-pc-linux "
60
+ s " https://github.com/coursier/coursier/releases/download/v $csDockerVersion/cs-x86_64-pc-linux.gz "
61
61
)
62
62
)
63
63
}
@@ -72,7 +72,7 @@ object `native-mostly-static` extends ScalafmtNativeImage {
72
72
def nativeImageDockerParams = Some (
73
73
NativeImage .linuxMostlyStaticParams(
74
74
" ubuntu:18.04" , // TODO Pin that?
75
- s " https://github.com/coursier/coursier/releases/download/v $csDockerVersion/cs-x86_64-pc-linux "
75
+ s " https://github.com/coursier/coursier/releases/download/v $csDockerVersion/cs-x86_64-pc-linux.gz "
76
76
)
77
77
)
78
78
}
You can’t perform that action at this time.
0 commit comments