Skip to content

Commit d4dd72e

Browse files
committed
prepare 0.2 release
1 parent deb3ffa commit d4dd72e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.2](https://github.com/boxboat/fixuid/releases/tag/v0.2) - 2017-11-08
4+
5+
### Fixes
6+
7+
- Properly skip mounted files: [#3](https://github.com/boxboat/fixuid/pull/3)
8+
9+
## [0.1](https://github.com/boxboat/fixuid/releases/tag/v0.2) - 2017-07-18
10+
11+
- Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN groupadd -g 1000 docker && \
6161
```
6262
RUN USER=docker && \
6363
GROUP=docker && \
64-
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.1/fixuid-0.1-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
64+
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.2/fixuid-0.2-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
6565
chown root:root /usr/local/bin/fixuid && \
6666
chmod 4755 /usr/local/bin/fixuid && \
6767
mkdir -p /etc/fixuid && \

0 commit comments

Comments
 (0)