Skip to content

Commit b19fea1

Browse files
Use LABEL instead of deprecated MAINTAINER in dockerfile
1 parent 9b1d026 commit b19fea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ivankrizsan/elastalert AS py-ea
33
# ENV ELASTALERT_URL https://github.com/bitsensor/yelp-elastalert/archive/master.zip
44

55
FROM node:alpine
6-
MAINTAINER BitSensor <[email protected]>
6+
LABEL maintainer="[email protected]"
77
EXPOSE 3030
88

99
RUN apk update && apk upgrade && apk add --no-cache python2 curl

0 commit comments

Comments
 (0)