Skip to content

Commit a8b4ef1

Browse files
committed
litrpc+autopilotrpc: bump docker go version to 1.19.4-buster
1 parent e50c228 commit a8b4ef1

File tree

7 files changed

+199
-312
lines changed

7 files changed

+199
-312
lines changed

autopilotserverrpc/autopilotserver.pb.go

Lines changed: 37 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

litrpc/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.3-buster
1+
FROM golang:1.19.4-buster
22

33
RUN apt-get update && apt-get install -y \
44
git \
@@ -15,11 +15,11 @@ ENV PROTOC_GEN_GO_GRPC_VERSION="v1.1.0"
1515
ENV FALAFEL_VERSION="v0.9.1"
1616

1717
RUN cd /tmp \
18-
&& go get google.golang.org/protobuf/cmd/protoc-gen-go@${PROTOBUF_VERSION} \
19-
&& go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@${PROTOC_GEN_GO_GRPC_VERSION} \
20-
&& go get github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@${GRPC_GATEWAY_VERSION} \
21-
&& go get github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@${GRPC_GATEWAY_VERSION} \
22-
&& go get github.com/lightninglabs/falafel@${FALAFEL_VERSION}
18+
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@${PROTOBUF_VERSION} \
19+
&& go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@${PROTOC_GEN_GO_GRPC_VERSION} \
20+
&& go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@${GRPC_GATEWAY_VERSION} \
21+
&& go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@${GRPC_GATEWAY_VERSION} \
22+
&& go install github.com/lightninglabs/falafel@${FALAFEL_VERSION}
2323

2424
WORKDIR /build
2525

0 commit comments

Comments
 (0)