fix: use correct gradle version in dockerfile
All checks were successful
Deploy Miniplan / build (push) Successful in 2m20s

This commit is contained in:
2025-03-21 22:21:45 +01:00
parent b7f0568482
commit 063aeeb50e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ plugins {
kotlin("jvm") version "2.1.20"
id("io.ktor.plugin") version "3.1.1"
kotlin("plugin.serialization") version "2.1.20"
id("com.palantir.docker") version "0.35.0"
id("com.palantir.docker") version "0.36.0"
}
group = "de.walamana"