Skip to content

Commit 0869fdf

Browse files
committed
Dockerfile: Replace deprecated MAINTAINER by LABEL
This fixes an issue reported by Codacy and Hadolint. Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent f4a34e6 commit 0869fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for local Travis build test
22

33
FROM ubuntu
4-
MAINTAINER Ian Blenke <ian@blenke.com>
4+
LABEL maintainer="Ian Blenke <ian@blenke.com>"
55

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

0 commit comments

Comments
 (0)