Skip to content

Commit

Permalink
Tweak base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Nov 2, 2023
1 parent 64d1728 commit 05688d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion http-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ micronaut {
incremental(true)
annotations("org.eclipse.epsilon.labs.playground.fn.*")
}
}
}

tasks.named("dockerfile") {
baseImage = "eclipse-temurin:17-alpine"
}

0 comments on commit 05688d6

Please sign in to comment.