1
0
mirror of /repos/baseimage-docker.git synced 2025-12-31 08:11:29 +01:00

Bump version to 0.9.12

This commit is contained in:
Hongli Lai (Phusion) 2014-07-13 00:36:11 +02:00
parent 75902437c9
commit 291b9aae02
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.9.12 (not yet released)
* TODO
## 0.9.11 (release date: 2014-06-24) ## 0.9.11 (release date: 2014-06-24)
* Introduced the `docker-bash` tool. This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash <CONTAINER ID>`. See the README for details. * Introduced the `docker-bash` tool. This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash <CONTAINER ID>`. See the README for details.

View File

@ -1,5 +1,5 @@
NAME = phusion/baseimage NAME = phusion/baseimage
VERSION = 0.9.11 VERSION = 0.9.12
.PHONY: all build test tag_latest release ssh .PHONY: all build test tag_latest release ssh