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

Fix compatibility with latest Ubuntu 12.04 base image.

This commit is contained in:
Hongli Lai (Phusion)
2014-01-31 15:08:06 +01:00
parent 4a3569a9cb
commit 2ac41ee8ab
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.3 (release date: pending)
* It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed.
## 0.9.2 (release date: 2013-12-11)
* Fixed SFTP support. Thanks Joris van de Donk!