Skip to content

Commit 71225a2

Browse files
authored
Merge pull request nginx-proxy#1026 from jwilder/updates
Updates for 0.7.0 release
2 parents 5266553 + f8cd448 commit 71225a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
1818
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
1919
RUN chmod u+x /usr/local/bin/forego
2020

21-
ENV DOCKER_GEN_VERSION 0.7.3
21+
ENV DOCKER_GEN_VERSION 0.7.4
2222

2323
RUN wget https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
2424
&& tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
1515
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
1616
RUN chmod u+x /usr/local/bin/forego
1717

18-
ENV DOCKER_GEN_VERSION 0.7.3
18+
ENV DOCKER_GEN_VERSION 0.7.4
1919

2020
RUN wget --quiet https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
2121
&& tar -C /usr/local/bin -xvzf docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![latest 0.7.0](https://img.shields.io/badge/latest-0.7.0-green.svg?style=flat)
12
![nginx 1.13](https://img.shields.io/badge/nginx-1.13-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![Build Status](https://travis-ci.org/jwilder/nginx-proxy.svg?branch=master)](https://travis-ci.org/jwilder/nginx-proxy) [![](https://img.shields.io/docker/stars/jwilder/nginx-proxy.svg)](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub') [![](https://img.shields.io/docker/pulls/jwilder/nginx-proxy.svg)](https://hub.docker.com/r/jwilder/nginx-proxy 'DockerHub')
23

34

0 commit comments

Comments
 (0)