Simen Bekkhus
|
c2604466d0
|
chore: update to v10.23.0 & v14.15.0
https://nodejs.org/en/blog/release/v10.23.0/
https://nodejs.org/en/blog/release/v14.15.0/
|
2020-10-27 19:46:59 +01:00 |
Travis Shivers
|
3d290f8d6d
|
fix: use python3 or python2 for alpine
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel
However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.
Refs #1330
|
2020-09-22 18:50:21 -05:00 |
Nick Schonning
|
140d3e49b9
|
feat: v10.22.1 security release
|
2020-09-15 20:48:06 -04:00 |
Peter Dave Hello
|
744e358d7d
|
Update node.js v10 from v10.21.0 to v10.22.0
- https://nodejs.org/en/blog/release/v10.22.0/
- https://github.com/nodejs/node/releases/tag/v10.22.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.22.0
|
2020-07-22 02:09:48 +08:00 |
Nick Schonning
|
cc23289cff
|
feat: Update to v10.21.0
|
2020-06-02 18:04:50 -04:00 |
Peter Dave Hello
|
d071b895dd
|
Update node.js v10 from v10.20.0 to v10.20.1
- https://nodejs.org/en/blog/release/v10.20.1/
- https://github.com/nodejs/node/releases/tag/v10.20.1
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.20.1
|
2020-04-12 23:05:55 +08:00 |
Peter Dave Hello
|
73c45712bb
|
Update node.js v10 to v10.20.0 with Yarn v1.22.4
- https://nodejs.org/en/blog/release/v10.20.0/
- https://github.com/nodejs/node/releases/tag/v10.20.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.20.0
|
2020-04-09 01:50:08 +08:00 |
Simen Bekkhus
|
eb89a38195
|
Merge pull request #1197 from SimenB/smoke-test
chore: add smoke tests to the images
|
2020-02-13 22:41:50 +01:00 |
Peter Dave Hello
|
46f5203674
|
Update Node.js 10, 12, 13 for 2020-01 security updates
v10.18.1 -> v10.19.0, v12.14.1 -> v12.15.0, v13.7.0 -> v13.8.0
See:
- https://nodejs.org/en/blog/release/v10.19.0
- https://nodejs.org/en/blog/release/v12.15.0
- https://nodejs.org/en/blog/release/v13.8.0
|
2020-02-06 21:05:32 +01:00 |
Simen Bekkhus
|
6005d05f58
|
chore: add smoke tests to the images
|
2020-01-14 10:17:35 +01:00 |
Nick Schonning
|
e756350f8b
|
feat: Update to 10.18.1
Ref https://nodejs.org/en/blog/release/v10.18.1/
|
2020-01-09 20:28:42 -05:00 |
Sam Roberts
|
3c10e90893
|
Update Node.js 8, 10, 12, 13 for 2019-12 security
For < 13, npm and yarn is being updated to address vulnerabilities.
For 13, its the normal release contents, including the npm and yarn update.
|
2019-12-18 08:55:26 +01:00 |
Laurent Goderre
|
c6bc44e84a
|
Added multiple versions of alpine
|
2019-11-12 07:27:42 -05:00 |