Skip to content

Commit bb438b0

Browse files
committed
Use LABEL instead of MANTAINER which is deprecated
Closes #67
1 parent d5e885f commit bb438b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Read the Docs - Environment base
22
FROM ubuntu:18.04
3-
MAINTAINER Read the Docs <[email protected]>
3+
LABEL mantainer="Read the Docs <[email protected]>"
44
LABEL version="5.0.0"
55

66
ENV DEBIAN_FRONTEND noninteractive
77
ENV APPDIR /app
88
ENV LANG C.UTF-8
99

10-
# Versions, and expose labels for exernal usage
10+
# Versions, and expose labels for external usage
1111
ENV PYTHON_VERSION_27 2.7.15
1212
ENV PYTHON_VERSION_36 3.6.8
1313
ENV PYTHON_VERSION_37 3.7.2

0 commit comments

Comments
 (0)