Skip to content

Commit

Permalink
Dockerfile: Replace deprecated MAINTAINER by LABEL
Browse files Browse the repository at this point in the history
This fixes an issue reported by Codacy and Hadolint.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 2, 2018
1 parent f4a34e6 commit 0869fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# Dockerfile for local Travis build test

FROM ubuntu
MAINTAINER Ian Blenke <ian@blenke.com>
LABEL maintainer="Ian Blenke <ian@blenke.com>"

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cmake curl git ruby bundler wget unzip
Expand Down

0 comments on commit 0869fdf

Please sign in to comment.