Skip to content

Commit

Permalink
prepare 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed Nov 8, 2017
1 parent deb3ffa commit d4dd72e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.2](https://github.com/boxboat/fixuid/releases/tag/v0.2) - 2017-11-08

### Fixes

- Properly skip mounted files: [#3](https://github.com/boxboat/fixuid/pull/3)

## [0.1](https://github.com/boxboat/fixuid/releases/tag/v0.2) - 2017-07-18

- Initial Release
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.1/fixuid-0.1-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.2/fixuid-0.2-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 d4dd72e

Please sign in to comment.