aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2f124139..328984ad 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM python:3.8-slim
# Set SHA build argument
-ARG git_sha
+ARG git_sha="development"
# Set pip to have cleaner logs and no saved cache
ENV PIP_NO_CACHE_DIR=false \