Skip to content

1.2.2

Choose a tag to compare

@alangrainger alangrainger released this 31 Oct 18:25
· 391 commits to main since this release
  • Update base image to node:lts-slim to fix build issue
  • Update healthcheck to match available packages in lts-slim

Breaking change

You will need to update your container healthcheck like this:

    healthcheck:
      test: node /app/healthcheck.js
      interval: 120s
      start_period: 5s