Skip to content

Commit

Permalink
Change docker base image to eclipse-temurin:11-jre-focal (close #228)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter authored and peel committed Apr 25, 2022
1 parent 6cb1750 commit 17b8fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val buildSettings = Seq(

lazy val dockerSettings = Seq(
Docker / maintainer := "Snowplow Analytics Ltd. <[email protected]>",
dockerBaseImage := "adoptopenjdk:11-jre-hotspot-focal",
dockerBaseImage := "eclipse-temurin:11-jre-focal",
Docker / daemonUser := "daemon",
dockerRepository := Some("snowplow"),
Docker / daemonUserUid := None,
Expand Down

0 comments on commit 17b8fb8

Please sign in to comment.