Skip to content

Commit

Permalink
prepare 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed May 24, 2018
1 parent 526d1d1 commit 677154b
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,5 +1,11 @@
# Changelog

## [0.4](https://github.com/boxboat/fixuid/releases/tag/v0.4) - 2018-05-24

### Features

- Add quiet mode command-line flag `-q`: [#11](https://github.com/boxboat/fixuid/issues/11)

## [0.3](https://github.com/boxboat/fixuid/releases/tag/v0.3) - 2018-01-15

### Features
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.3/fixuid-0.3-linux-amd64.tar.gz | tar -C /usr/local/bin -xzf - && \
curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.4/fixuid-0.4-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 677154b

Please sign in to comment.