Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jul 1, 2022
1 parent 901f570 commit 4b8968f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.1.0] - 2022-07-01

### Added

- Add linux-arm64-lts and linux-arm64-musl images ([#27](https://github.com/prebuild/docker-images/issues/27)) ([`901f570`](https://github.com/prebuild/docker-images/commit/901f570)) (DanSnow)

## [2.0.0] - 2022-03-04

### Changed
Expand All @@ -25,6 +31,8 @@

_First (versioned) release._

[2.1.0]: https://github.com/prebuild/docker-images/releases/tag/v2.1.0

[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All images include Node.js LTS, Python 3.x, npm and a preconfigured build toolch

```
> docker run --rm ghcr.io/prebuild/alpine node -v
v16.14.0
v16.15.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:
Expand Down

0 comments on commit 4b8968f

Please sign in to comment.