1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Change the docker_env group ID from 1000 to 8377.

This commit is contained in:
Hongli Lai (Phusion)
2014-07-25 14:49:06 +02:00
parent 5e5794c528
commit 0de8640bac
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## 0.9.13 (not yet released)
* Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed.
* The GID of the `docker_env` group has been changed from 1000 to 8377, in order to avoid GID conflicts with any groups that you might want to introduce inside the container.
## 0.9.12 (release date: 2014-07-24)