Explorar o código

Merge pull request #154 from appropriate/nginx-1.9

Update base image to nginx:1.9.0
Jason Wilder %!s(int64=10) %!d(string=hai) anos
pai
achega
ad4be3b2e4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      README.md

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM nginx:1.7.11
+FROM nginx:1.9.0
 MAINTAINER Jason Wilder jwilder@litl.com
 
 # Install wget and install/updates certificates

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-![nginx 1.7.11](https://img.shields.io/badge/nginx-1.7.11-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
+![nginx 1.9.0](https://img.shields.io/badge/nginx-1.9.0-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
 
 nginx-proxy sets up a container running nginx and [docker-gen][1].  docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.