File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 127127
128128WORKDIR /app
129129
130- ENV BOOTSTRAPPER_VER="a99088a96a8126d33fef4fabba76a70032e601cf "
131- RUN echo Cloning Bootstrapper at commit ${BOOTSTRAPPER_VER} }
130+ ENV BOOTSTRAPPER_VER="main "
131+ RUN echo Cloning Bootstrapper at branch ${BOOTSTRAPPER_VER}
132132RUN git clone https://github.com/madara-alliance/madara . && \
133133 git checkout ${BOOTSTRAPPER_VER} && \
134134 git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN apt-get -y update && \
1010# Set the working directory
1111WORKDIR /usr/src/madara/
1212
13- ENV MADARA_VER="a99088a96a8126d33fef4fabba76a70032e601cf "
14- RUN echo Cloning Madara at commit ${MADARA_VER}
13+ ENV MADARA_VER="main "
14+ RUN echo Cloning Madara at branch ${MADARA_VER}
1515RUN git clone https://github.com/madara-alliance/madara . && \
1616 git checkout ${MADARA_VER} && \
1717 git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ RUN apt update && apt install -y \
1313# Set the working directory
1414WORKDIR /usr/src/madara/
1515
16- # Clone the repository
17- ENV ORCHESTRATOR_VER="a99088a96a8126d33fef4fabba76a70032e601cf"
18- RUN echo Cloning Orchestrator at commit ${ORCHESTRATOR_VER}
16+ ENV ORCHESTRATOR_VER="main"
17+ RUN echo Cloning Orchestrator at branch ${ORCHESTRATOR_VER}
1918RUN git clone https://github.com/madara-alliance/madara . && \
2019 git checkout ${ORCHESTRATOR_VER} && \
2120 git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments