1.2.2
- Update base image to
node:lts-slimto 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