File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN groupadd -g 1000 docker && \
6161```
6262RUN 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 && \
You can’t perform that action at this time.
0 commit comments