From 81e4e77f77a24e06630fa2c8814956003be0dd2f Mon Sep 17 00:00:00 2001 From: JarCz <61537775+JarCz@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:18:03 +0100 Subject: [PATCH] Fixed error in Dockerfile.reva (#534) * build(deps): bump github.com/aws/aws-sdk-go from 1.29.9 to 1.29.15 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.29.9 to 1.29.15. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.29.9...v1.29.15) Signed-off-by: dependabot-preview[bot] * Fixed issue: "Error building docker image from Dockerfile.reva" https://github.com/cs3org/reva/issues/530 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Hugo G. Labrador --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88f0c9f598..e9ffa4cfc5 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ ci: build-ci test lint-ci build-revad-docker: off go build -o ./cmd/revad/revad ./cmd/revad build-reva-docker: off - go build -o ./cmd/revad/reva ./cmd/reva + go build -o ./cmd/reva/reva ./cmd/reva clean: rm -rf dist