Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ ENV HOME="/home/mateo_user"
|
|
20 |
WORKDIR $HOME
|
21 |
|
22 |
# --- Application Code & Dependencies ---
|
23 |
-
ARG REPO_BRANCH=v1.7.
|
24 |
RUN git clone --depth 1 --branch ${REPO_BRANCH} https://github.com/BramVanroy/mateo-demo.git $HOME/mateo-demo
|
25 |
|
26 |
WORKDIR $HOME/mateo-demo
|
|
|
20 |
WORKDIR $HOME
|
21 |
|
22 |
# --- Application Code & Dependencies ---
|
23 |
+
ARG REPO_BRANCH=v1.7.3
|
24 |
RUN git clone --depth 1 --branch ${REPO_BRANCH} https://github.com/BramVanroy/mateo-demo.git $HOME/mateo-demo
|
25 |
|
26 |
WORKDIR $HOME/mateo-demo
|