Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the latest version of node supported by GOV.UK PaaS. We need to be on at least v12.9.0 to use AWS CloudFront's Field Level Encryption. The issue with `statsd` we encountered when we upgraded to node v12.13.1 (see [PP-5917](https://payments-platform.atlassian.net/browse/PP-5917)) looks like it's fixed in v12.4.1 (according to [the node release notes](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#2020-01-07-version-12141-erbium-lts-bethgriggs)). **NOTE**: I'm not sure how to test that the statsd issue hasn't regressed, so this will need a look by someone with more understanding of the issue. The hash used in the Dockerfiles was obtained with: ``` $ docker pull node:12.14.1-alpine 12.14.1-alpine: Pulling from library/node c9b1b535fdd9: Pull complete 32eb17722c57: Pull complete c6a4a31e8940: Pull complete 3f01d5292e29: Pull complete Digest: sha256:1dd4309479f031295f3dfb61cf3afc3efeb1a991b012e105d1a95efc038b72f6 Status: Downloaded newer image for node:12.14.1-alpine docker.io/library/node:12.14.1-alpine ```
- Loading branch information