Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 27, 2021
2 parents d5e1908 + c08d0ff commit 04371a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.0.3 - 2021.12.27
### Fixed
* Include packages needed in the `Dockerfile` to build `bcrypt` from source for `arm64` (Apple Silicon M1) as [prebuilts don't exist](https://github.com/kelektiv/node.bcrypt.js/issues/868)

## 1.0.2 - 2021.12.20
### Fixed
* Use `${CURDIR}` instead of `pwd` to be cross-platform compatible with Windows WSL2
Expand Down
3 changes: 3 additions & 0 deletions docker-config/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN set -eux; \
# Packages to install
apk add --no-cache \
git \
python3 \
make \
g++ \
&& \
# Clean out directories that don't need to be part of the image
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
Expand Down

0 comments on commit 04371a4

Please sign in to comment.