rvolosatovs / docker-protobuf

An all-inclusive protoc Docker image
https://hub.docker.com/r/rvolosatovs/protoc
Apache License 2.0
181 stars 53 forks source link

chore: update to alpine 3.18 base images #286

Closed strophy closed 1 year ago

strophy commented 1 year ago

Alpine 3.19 will be released next week, bundling Node 20. Bazel 7 should also be released, allowing us to simplify a long-standing workaround for JS/TS builds. pkg also will not support Node 20, so we will need to update to 3.19 to support that version using the old apk add nodejs method.

In preparation for this, let's bump everything to Alpine 3.18 consistently to be sure it works. Also bumps Go to 3.21, I suspect Dependabot is not working for this dep.