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:
commit
1374ee5b9e
@ -1,5 +1,5 @@
|
|||||||
FROM nginx:1.13
|
FROM nginx:1.13
|
||||||
MAINTAINER Jason Wilder mail@jasonwilder.com
|
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||||
|
|
||||||
# Install wget and install/updates certificates
|
# Install wget and install/updates certificates
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM nginx:1.13-alpine
|
FROM nginx:1.13-alpine
|
||||||
MAINTAINER Jason Wilder mail@jasonwilder.com
|
LABEL maintainer="Jason Wilder mail@jasonwilder.com"
|
||||||
|
|
||||||
# Install wget and install/updates certificates
|
# Install wget and install/updates certificates
|
||||||
RUN apk add --no-cache --virtual .run-deps \
|
RUN apk add --no-cache --virtual .run-deps \
|
||||||
|
Loading…
Reference in New Issue
Block a user