Skip to content

Commit

Permalink
prepare 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed Jul 19, 2021
1 parent a3be1aa commit 2da266a
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,13 @@
# Changelog

## [0.5.1](https://github.com/boxboat/fixuid/releases/tag/v0.5.1) - 2021-07-19

### Features

- Add linux architectures `mips64` `mips64le` `ppc64` `ppc64le` and `riscv64`: [#33](https://github.com/boxboat/fixuid/pull/33), [#34](https://github.com/boxboat/fixuid/pull/34)

# Changelog

## [0.5](https://github.com/boxboat/fixuid/releases/tag/v0.5) - 2020-06-12

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN groupadd -g 1000 docker && \
```
RUN USER=docker && \
GROUP=docker && \
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.5/fixuid-0.5-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.5.1/fixuid-0.5.1-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
chown root:root /usr/local/bin/fixuid && \
chmod 4755 /usr/local/bin/fixuid && \
mkdir -p /etc/fixuid && \
Expand Down

0 comments on commit 2da266a

Please sign in to comment.