Skip to content

Commit

Permalink
gRPC: Update docker image for protobuf-builder.
Browse files Browse the repository at this point in the history
This updates the docker image used to regenerate the gRPC files to use
go1.21.0-bookworm as the base image which in turn uses protoc v3.21.12
and matches the latest checked in generated code.
  • Loading branch information
davecgh committed Aug 28, 2023
1 parent 5c31b4b commit 44cce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-buster
FROM golang:1.21.0-bookworm

RUN apt-get update && apt-get install -y protobuf-compiler

Expand Down

0 comments on commit 44cce5e

Please sign in to comment.