Skip to content

Commit

Permalink
Merge pull request #414 from eyablokov/master
Browse files Browse the repository at this point in the history
fixing deprecated MAINTAINER parameter
  • Loading branch information
SuperQ authored Jul 28, 2019
2 parents 79d16cf + dbd59ce commit 747d9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox:latest
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
FROM quay.io/prometheus/busybox:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"

ARG ARCH="amd64"
ARG OS="linux"
Expand Down

0 comments on commit 747d9b8

Please sign in to comment.