Skip to content

Commit

Permalink
Fixed error in Dockerfile.reva (#534)
Browse files Browse the repository at this point in the history
* 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](aws/aws-sdk-go@v1.29.9...v1.29.15)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Fixed issue: "Error building docker image from Dockerfile.reva"
#530

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Hugo G. Labrador <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2020
1 parent cde71c2 commit 81e4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 81e4e77

Please sign in to comment.