aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-19 19:17:40 +0200
committerGravatar ks129 <[email protected]>2020-12-19 19:17:40 +0200
commit3f821a46134bc17f4adf21ec186b31fc441beec6 (patch)
tree82ceae745db2041c0a4146a122d385a01214bb84
parentAdd Git SHA build argument to Dockerfile (diff)
Add default development value to Git SHA
-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 \