diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e2bf9..a3da882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0] - 2022-03-04 + +### Changed + +- **Breaking:** bump Python from 2.x to 3.x ([`4926f87`](https://github.com/prebuild/docker-images/commit/4926f87)) + +### Fixed + +- Fix `HOME` to be `/home/node` in all images ([`1061de7`](https://github.com/prebuild/docker-images/commit/1061de7)) +- Disable npm update check ([`e44b75c`](https://github.com/prebuild/docker-images/commit/e44b75c), [`b0c8df4`](https://github.com/prebuild/docker-images/commit/b0c8df4)) +- Fix `strip` location in android images ([`a19a787`](https://github.com/prebuild/docker-images/commit/a19a787)). + ## [1.0.1] - 2021-08-01 ### Fixed @@ -13,6 +25,8 @@ _First (versioned) release._ +[2.0.0]: https://github.com/prebuild/docker-images/releases/tag/v2.0.0 + [1.0.1]: https://github.com/prebuild/docker-images/releases/tag/v1.0.1 [1.0.0]: https://github.com/prebuild/docker-images/releases/tag/v1.0.0 diff --git a/README.md b/README.md index 4f36a45..f7e9394 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ All images include Node.js LTS, Python 3.x, npm and a preconfigured build toolch ``` > docker run --rm ghcr.io/prebuild/alpine node -v -v14.17.4 +v16.14.0 ``` -Images are tagged with a major, minor and full version as well as `latest`. For example, use the following to pin to major version 1: +Images are tagged with a major, minor and full version as well as `latest`. For example, use the following to pin to major version 2: ```dockerfile -FROM ghcr.io/prebuild/alpine:1 +FROM ghcr.io/prebuild/alpine:2 ``` ## Versioning guarantees