lightbend / kalix-javascript-sdk

JavaScript and TypeScript SDKs for Kalix
https://docs.kalix.io/javascript/index.html
Apache License 2.0
22 stars 21 forks source link

bump: update node base image in Dockerfiles to 18-bookworm-slim #505

Closed pvlugter closed 1 year ago

pvlugter commented 1 year ago

Bumping the dockerfiles to node 18 was missed in #459. Drop the minor version to keep maintaining this simple.

Also bump the debian version from debian 10 (buster) to current stable debian 12 (bookworm). This is required, as the CI images were updated to ubuntu 22.04 in #434, and the published codegen native images now require a newer glibc. See #406 for when this was downgraded again for this reason. We could also switch the codegen native image builds for linux to static binaries to avoid this issue on dynamically linking libc.