1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00

Merge pull request #962 from cglewis/master

MAINTAINER is deprecated, using LABEL now
This commit is contained in:
Jason Wilder 2017-11-06 11:07:26 -07:00 committed by GitHub
commit 1374ee5b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM nginx:1.13
MAINTAINER Jason Wilder mail@jasonwilder.com
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
# Install wget and install/updates certificates
RUN apt-get update \

View File

@ -1,5 +1,5 @@
FROM nginx:1.13-alpine
MAINTAINER Jason Wilder mail@jasonwilder.com
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
# Install wget and install/updates certificates
RUN apk add --no-cache --virtual .run-deps \