Преглед на файлове

Merge pull request #962 from cglewis/master

MAINTAINER is deprecated, using LABEL now
Jason Wilder преди 7 години
родител
ревизия
1374ee5b9e
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.alpine

+ 1 - 1
Dockerfile

@@ -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 - 1
Dockerfile.alpine

@@ -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 \