Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Use alpine moving tag for base images (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Jan 7, 2021
1 parent 8893227 commit 39c04f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object CloudflowBasePlugin extends AutoPlugin {
StreamletDescriptorsPlugin && JavaAppPackaging && sbtdocker.DockerPlugin

override def projectSettings = Seq(
cloudflowDockerBaseImage := "adoptopenjdk/openjdk8:jdk8u265-b01-alpine",
cloudflowDockerBaseImage := "adoptopenjdk/openjdk8:alpine",
libraryDependencies ++= Vector(
"com.lightbend.cloudflow" % s"cloudflow-runner_${(ThisProject / scalaBinaryVersion).value}" % (ThisProject / cloudflowVersion).value,
"com.lightbend.cloudflow" % s"cloudflow-localrunner_${(ThisProject / scalaBinaryVersion).value}" % (ThisProject / cloudflowVersion).value
Expand Down

0 comments on commit 39c04f9

Please sign in to comment.