Skip to content

Commit

Permalink
Stream: bump base-debian to 0.2.1 (close #359)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Sep 24, 2020
1 parent ccff9fb commit 372f77a
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 @@ -120,7 +120,7 @@ object BuildSettings {
/** Docker settings, used by SE */
lazy val dockerSettings = Seq(
maintainer in Docker := "Snowplow Analytics Ltd. <support@snowplowanalytics.com>",
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/base-debian:0.1.0",
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/base-debian:0.2.1",
daemonUser in Docker := "snowplow",
dockerUpdateLatest := true,
dockerVersion := Some(DockerVersion(18, 9, 0, Some("ce"))),
Expand Down

0 comments on commit 372f77a

Please sign in to comment.