From e54a443cca700c3fba2581fefd1cee0b581829aa Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 3 Oct 2014 12:37:00 +0200 Subject: [PATCH] Fix setuid bit on /usr/bin/sudo, bump version to 0.9.15. Closes GH-148. --- Changelog.md | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a5c1dd375..473ac1f50 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.9.15 (release date: 2014-10-03) + + * Fixed the setuid bit on /usr/bin/sudo. This problem was caused by Docker bug #6828. + ## 0.9.14 (release date: 2014-10-01) * Installed all the latest Ubuntu security updates. This patches Shellshock, among other things. diff --git a/Makefile b/Makefile index 3672df859..0e7b713cb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = phusion/baseimage -VERSION = 0.9.14 +VERSION = 0.9.15 .PHONY: all build test tag_latest release ssh