Skip to content

Commit a0247b3

Browse files
committed
Specify Eclipse Temurin 21 as base docker image
1 parent cb123f5 commit a0247b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pekko-sample-grpc-kubernetes-scala/build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ lazy val httpToGrpc = (project in file("http-to-grpc"))
2424
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion,
2525
"org.apache.pekko" %% "pekko-discovery-kubernetes-api" % pekkoManagementVersion,
2626
"ch.qos.logback" % "logback-classic" % "1.3.15"),
27-
dockerExposedPorts := Seq(8080))
27+
dockerExposedPorts := Seq(8080),
28+
dockerBaseImage := "eclipse-temurin:21",
29+
)
2830

2931
// gRPC back end that echoes back messages
3032
lazy val grpcService = (project in file("grpc-service"))

0 commit comments

Comments
 (0)