Skip to content

Commit

Permalink
chore(internal/gapicgen): use protoc 3.12.2 (#3933)
Browse files Browse the repository at this point in the history
protoc 3.11.X is no longer the default on stable.
  • Loading branch information
codyoss committed Apr 14, 2021
1 parent 10050f0 commit 0623660
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/gapicgen/cmd/genbot/Dockerfile
Expand Up @@ -11,11 +11,6 @@ RUN which bash
# Install libc compatibility (required by protoc and go)
RUN apk add libc6-compat

# Use edge for protoc 3.12.x
# Remove when main upgrades from 3.11.x
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN apk update

# Install protoc and protobuf-dev (common protos).
RUN apk add protoc protobuf-dev
RUN protoc --version
Expand Down

0 comments on commit 0623660

Please sign in to comment.