diff --git a/Dockerfile.revad-eos b/Dockerfile.revad-eos index 0a214b2992..b60c928b30 100644 --- a/Dockerfile.revad-eos +++ b/Dockerfile.revad-eos @@ -16,7 +16,7 @@ # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. -FROM golang:alpine as builder +FROM golang:alpine3.13 as builder RUN apk --no-cache add \ ca-certificates \ diff --git a/changelog/unreleased/ci-fix-reva-dockerfile-path.md b/changelog/unreleased/ci-fix-reva-dockerfile-path.md index 2867b8508f..79b4099a97 100644 --- a/changelog/unreleased/ci-fix-reva-dockerfile-path.md +++ b/changelog/unreleased/ci-fix-reva-dockerfile-path.md @@ -9,3 +9,4 @@ running on Docker <20.10 as it happens on Drone https://github.com/cs3org/reva/pull/1843 https://github.com/cs3org/reva/pull/1844 +https://github.com/cs3org/reva/pull/1847