Skip to content

Commit

Permalink
Release 7.1.10 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 13, 2021
1 parent e488b96 commit 1fd264d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.1.10 2021-02-13 <dave at tiredofit dot ca>

### Changed
- Fix to compile pixz with new musl base


## 7.1.9 2021-02-13 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN set -x && \
&& \
\
mkdir -p /usr/src/pixz && \
curl -ssL https://github.com/vasi/pixz/releases/download/v1.0.6/pixz-1.0.6.tar.gz | tar xvfz - --strip=1 -C /usr/src/pixz && \
curl -ssL https://github.com/vasi/pixz/releases/download/v1.0.7/pixz-1.0.7.tar.gz | tar xvfz - --strip=1 -C /usr/src/pixz && \
cd /usr/src/pixz && \
./configure && \
make -j$(getconf _NPROCESSORS_ONLN) && \
Expand Down

0 comments on commit 1fd264d

Please sign in to comment.