Skip to content

Commit

Permalink
Upgrade go version in revad-eos dockerfile (cs3org#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 authored and fbx committed Apr 19, 2021
1 parent 431ef5e commit 3f1211b
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 3f1211b

Please sign in to comment.