Skip to content

Commit 14c5c35

Browse files
committed
Bump up to 24.0.1-alpine3.21
1 parent c38ccfc commit 14c5c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samstack-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818

1919
docker {
2020
javaApplication {
21-
baseImage.set("amazoncorretto:17.0.5-alpine")
21+
baseImage.set("amazoncorretto:24.0.1-alpine3.21")
2222
ports.set(listOf(8080))
2323
mainClassName.set("com.sksamuel.template.app.MainKt")
2424
jvmArgs.set(

0 commit comments

Comments
 (0)