Skip to content

Commit

Permalink
Beam: bump k8s-dataflow to 0.2.0 (close #293)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu authored and chuwy committed Jul 21, 2020
1 parent 9df7f63 commit d16e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ object BuildSettings {
/** Docker settings, used by BE */
lazy val dataflowDockerSettings = Seq(
maintainer in Docker := "Snowplow Analytics Ltd. <support@snowplowanalytics.com>",
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/k8s-dataflow:0.1.1",
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/k8s-dataflow:0.2.0",
daemonUser in Docker := "snowplow",
dockerUpdateLatest := true,
dockerVersion := Some(DockerVersion(18, 9, 0, Some("ce"))),
Expand Down

0 comments on commit d16e9c9

Please sign in to comment.