Skip to content

Commit 642d999

Browse files
committed
MAINTAINER is deprecated, using LABEL now
1 parent 14ec10a commit 642d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:8.4.0-slim
2-
MAINTAINER Jonathan Gros-Dubois
2+
LABEL maintainer="Jonathan Gros-Dubois"
33

44
LABEL version="9.0.7"
55
LABEL description="Docker file for SocketCluster with support for clustering."

0 commit comments

Comments
 (0)