Skip to content

Commit

Permalink
Upgrade go version in revad-eos dockerfile (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 authored Mar 15, 2021
1 parent 27dd92e commit 3b7e1f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.revad-eos
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
# In applying this license, CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.
FROM golang:1.15 as builder

FROM golang:1.16 as builder

WORKDIR /go/src/github/cs3org/reva
COPY . .
Expand Down

0 comments on commit 3b7e1f0

Please sign in to comment.