Skip to content

Commit

Permalink
Use golang:alpine3.13 for revad-eos docker image (cs3org#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 authored and tmourati committed Jul 12, 2021
1 parent f5a65ae commit b8e91df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.revad-eos
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions changelog/unreleased/ci-fix-reva-dockerfile-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8e91df

Please sign in to comment.