Skip to content

Commit

Permalink
upgrade dockcross to 20240727-3995c0c
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 27, 2024
1 parent 7426d02 commit 74f3c47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fun Jar.baseConfigure(compileTask: TaskProvider<DockcrossRunTask>, buildOutputDi

for (target in targets) {
val classifier = target.classifier
val dockcrossVersion = "20240418-88c04a4"
val dockcrossVersion = "20240727-3995c0c"
val dockcrossImage = project.dockcrossProp(prop = "image", classifier)
?: target.image?.let{ "docker.io/dockcross/$it:$dockcrossVersion" }
?: error("No image configured for target: $target")
Expand Down

0 comments on commit 74f3c47

Please sign in to comment.