Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(genbot): upgrade base image and protoc #7032

Merged
merged 1 commit into from Nov 11, 2022

Conversation

noahdietz
Copy link
Contributor

Upgrade version of base image to sufficiently new version. This gets us on a newer version of Alpine Linux (3.16.2) which gets us on a newer version of protoc (3.18.1). This is not the newest version of protoc, but it includes the necessary go_package annotation updates to the common protos that protobuf maintains to upgrade our dependency to the "new" protobuf-go repo distributions.

docker:20.10
Alpine Linux: 3.16.2
Protobuf: 3.18.1-rc3

Fixes #7031

@noahdietz noahdietz requested a review from a team as a code owner November 11, 2022 23:02
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Nov 11, 2022
@noahdietz noahdietz added the automerge Merge the pull request once unit tests and other checks pass. label Nov 11, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit feb6b0a into googleapis:main Nov 11, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 11, 2022
@noahdietz noahdietz deleted the upgrade-genbot-docker branch November 12, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update version of protoc in gapicgen Dockerfile
2 participants