Skip to content

Commit

Permalink
Fix docker image build for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Nov 8, 2024
1 parent 6d10175 commit a692b69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ inTask(docker)(
ImageName(s"consensus-client:${gitCurrentBranch.value}"), // Integration tests
ImageName("consensus-client:local") // local-network
),
dockerfile := NativeDockerfile(baseDirectory.value / "docker" / "Dockerfile"),
buildOptions := BuildOptions(),
dockerBuildArguments := Map("baseImage" -> "wavesplatform/wavesnode:1.5.8")
dockerfile := NativeDockerfile(baseDirectory.value / "docker" / "Dockerfile"),
buildOptions := BuildOptions()
)
)

Expand Down

0 comments on commit a692b69

Please sign in to comment.