From 9de628bdbad80dfa39569aa24efb8a7788a1738a Mon Sep 17 00:00:00 2001 From: CongwangLi <47933502+jackkkkklee@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:11:47 +0800 Subject: [PATCH] Update Dockerfile --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index d37309e..bf424c5 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app RUN git clone https://github.com/dragonflyoss/dragonfly-endpoint.git -RUN git checkout -b dev origin/feat:udpate_workflow +RUN git checkout feat:udpate_workflow WORKDIR /app/dragonfly-endpoint