1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-21 19:36:30 +00:00

Upgrade nginx-alpine to 1.11.8

This commit is contained in:
Matthias Döring 2016-12-29 00:18:06 +01:00
parent 2a8f4554a7
commit c1d93d112a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:1.11.3-alpine
FROM nginx:1.11.8-alpine
MAINTAINER Jason Wilder mail@jasonwilder.com
# Install wget and install/updates certificates

View File

@ -3,8 +3,8 @@
update-dependencies:
docker pull jwilder/docker-gen:0.7.3
docker pull nginx:1.11.3
docker pull nginx:1.11.3-alpine
docker pull nginx:1.11.6
docker pull nginx:1.11.8-alpine
docker pull python:3
docker pull rancher/socat-docker:latest
docker pull appropriate/curl:latest