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:
parent
1b868259fe
commit
55610b8425
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user