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.
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 oldapk 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.