From 1237daff489786cef241bf9f2b921d7ff5fb6f6f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sun, 2 May 2021 13:21:44 -0700 Subject: [PATCH] Remove old Python referenced from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f77f6e..f91eb3a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ SESSION_CACHE_ALIAS = 'default' ### Dockerfile -Builds the Django container. The container is derived from the standard **python:3.7** image and will run Django's `colletstatic` when being built. +Builds the Django container. The container is built from a standard **python** Docker image and will run Django's `colletstatic` when being built. ### docker-compose.yml