Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from angyvolin/dockerfile-deprecate-maintainer
Browse files Browse the repository at this point in the history
replace deprecated MAINTAINER field in Dockerfile with LABEL maintainer
  • Loading branch information
drgomesp authored Apr 24, 2017
2 parents d32a05f + bde045c commit 426e15d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM php:7.1-fpm
MAINTAINER Daniel Ribeiro <drgomesp@gmail.com>

LABEL maintainer "Daniel Ribeiro <drgomesp@gmail.com>"

RUN apt-get update \
&& apt-get install -y \
Expand Down

0 comments on commit 426e15d

Please sign in to comment.