From 332e7a493b0843b17a85dd0ba2ebda38d018f04d Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 11 Jan 2016 15:46:14 +0000 Subject: [PATCH] Update AUFS to v4.1.13+-20160111 This should fix docker/docker#18180. http://permalink.gmane.org/gmane.linux.file-systems.aufs.user/5345 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bae8cdb29..fbd6f652e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN curl --retry 10 https://www.kernel.org/pub/linux/kernel/v${KERNEL_VERSION%%. # http://aufs.sourceforge.net/ ENV AUFS_REPO https://github.com/sfjro/aufs4-standalone -ENV AUFS_BRANCH aufs4.1 -ENV AUFS_COMMIT f3ef56eda94aa6bdc19272f93fc9c9de2b0da771 +ENV AUFS_BRANCH aufs4.1.13+ +ENV AUFS_COMMIT 0e5c702a803ebfd9a38e5037e830da07c44c0af6 # we use AUFS_COMMIT to get stronger repeatability guarantees # Download AUFS and apply patches and files, then remove it