Skip to content

Commit 290df84

Browse files
committed
Note Nginx version
1 parent 073cd3d commit 290df84

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.13 (release date: 2014-10-22)
2+
3+
* Upgraded to baseimage-docker 0.9.14. This applies all the latest Ubuntu security updates, and patches Shellshock among other things.
4+
* Upgraded to Phusion Passenger 4.0.52 and Nginx 1.6.2.
5+
* Some documentation updates by Martijn Heemels.
6+
17
## 0.9.12 (release date: 2014-08-22)
28

39
* Upgraded to baseimage-docker 0.9.13.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Phusion
1+
Copyright (c) 2013-2014 Phusion
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = phusion/passenger
2-
VERSION = 0.9.12
2+
VERSION = 0.9.13
33

44
.PHONY: all build_all \
55
build_customizable build_ruby19 build_ruby20 build_ruby21 \

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:0.9.13
1+
FROM phusion/baseimage:0.9.14
22
MAINTAINER Phusion <info@phusion.nl>
33

44
ENV HOME /root

0 commit comments

Comments
 (0)