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

MAINTAINER is deprecated, using LABEL now

This commit is contained in:
cglewis 2017-10-31 18:21:12 -07:00
parent 1b868259fe
commit 55610b8425
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 \