Update Dockerfile

This commit is contained in:
Stefomat 2018-10-06 20:52:49 +02:00 committed by GitHub
parent 3e33286db4
commit d2e63d4aca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM nginx:1.13
FROM nginx:1.14
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
# Install wget and install/updates certificates
@ -21,7 +21,7 @@ RUN wget -q -O - https://bin.equinox.io/c/ekMN3bCZFUn/forego-stable-linux-$DOCKE
| tar -C /usr/local/bin -xvz \
&& chmod u+x /usr/local/bin/forego
ENV DOCKER_GEN_VERSION 0.7.3
ENV DOCKER_GEN_VERSION 0.7.4
RUN wget -q -O - https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-$DOCKER_PLATFORM-$DOCKER_GEN_VERSION.tar.gz \
| tar -C /usr/local/bin -xvz