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 <[email protected]>
  • 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile for local Travis build test

FROM ubuntu
MAINTAINER Ian Blenke <[email protected]>
LABEL maintainer="Ian Blenke <[email protected]>"

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.