Skip to content

Commit 2c72032

Browse files
chore: Proper label usage in Dockerfile.
1 parent 5b012a6 commit 2c72032

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.7.3-slim-stretch
2-
MAINTAINER Igor Davydenko <iam@igordavydenko.com>
2+
3+
LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
4+
LABEL description="Add poetry, pre-commit, and other dev-tools to official Python slim stretch Docker image."
35

46
RUN pip install pip==19.1.1 pre-commit==1.16.1
57

0 commit comments

Comments
 (0)