Add lite Dockerfile build scripts and upgraded deps
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-10-05 18:08:30 +07:00
parent 654b5d807b
commit d404e84a4f
3 changed files with 42 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ plugins {
kotlin("plugin.jpa")
}
val kotlinVersion = "1.7.0"
val springBootVersion = "2.7.0"
val kotlinVersion = "1.7.20"
val springBootVersion = "2.7.4"
// find the last commit
fun getGitHashLastCommit(): String {