Skip to content

Commit

Permalink
Dockerfile dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexejk committed Dec 2, 2021
1 parent 44f1b03 commit 6adf7b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM golang:1.13-alpine
FROM golang:1.17-alpine

# Build dependencies
RUN apk --no-cache add alpine-sdk protobuf
RUN go get -u github.com/golang/protobuf/protoc-gen-go
RUN go install google.golang.org/protobuf/cmd/[email protected]
RUN go install google.golang.org/grpc/cmd/[email protected]

WORKDIR /src

Expand Down

0 comments on commit 6adf7b1

Please sign in to comment.