summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-11 22:27:15 -0600
committerGitHub <noreply@github.com>2020-02-11 22:27:15 -0600
commit3c40cf5e83e56e339ec6ab3e75b008721e544ede (patch)
tree462d03b34c2170d7e9adde4d7cd73b4a8091ac14
parent6cb09652c007901b175b4793b351c0ee818eb249 (diff)
downloadgitpython-3c40cf5e83e56e339ec6ab3e75b008721e544ede.tar.gz
Fix spelling in Dockerfile description LABEL
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c88f9991..f2d7e22f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ FROM ubuntu:xenial
# Metadata
LABEL maintainer="jking@apache.org"
-LABEL description="CI enviroment for testing GitPython"
+LABEL description="CI environment for testing GitPython"
ENV CONTAINER_USER=user
ENV DEBIAN_FRONTEND noninteractive