github.com/cs3org/reva/v2@v2.27.7/changelog/1.9.1_2021-07-09/ci-fix-reva-dockerfile-path.md (about) 1 Bugfix: correct Dockerfile path for the reva CLI and alpine3.13 as builder 2 3 This was introduced on https://github.com/cs3org/reva/commit/117adad while 4 porting the configuration on .drone.yml to starlark. 5 6 Force golang:alpine3.13 as base image to prevent errors from Make when 7 running on Docker <20.10 as it happens on Drone 8 ref.https://gitlab.alpinelinux.org/alpine/aports/-/issues/12396 9 10 https://github.com/cs3org/reva/pull/1843 11 https://github.com/cs3org/reva/pull/1844 12 https://github.com/cs3org/reva/pull/1847