From 3ed1549c4d1db5807b86ba3f603f87426386989d Mon Sep 17 00:00:00 2001 From: xxx Date: Wed, 6 Sep 2023 17:20:44 +0800 Subject: [PATCH] v1.3 --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1543463..1b30f12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ RUN mkdir /app WORKDIR /app -RUN git clone -b dev https://github.com/PlayEdu/PlayEdu.git playedu +RUN git clone -b v1.3 https://github.com/PlayEdu/PlayEdu.git playedu # 编译jar包 WORKDIR /app/playedu @@ -23,9 +23,9 @@ RUN apk update && \ # 编译后端 WORKDIR /app -RUN git clone -b dev https://github.com/PlayEdu/backend.git backend -RUN git clone -b dev https://github.com/PlayEdu/frontend.git pc -RUN git clone -b dev https://github.com/PlayEdu/h5.git h5 +RUN git clone -b v1.3 https://github.com/PlayEdu/backend.git backend +RUN git clone -b v1.3 https://github.com/PlayEdu/frontend.git pc +RUN git clone -b v1.3 https://github.com/PlayEdu/h5.git h5 # 编译后台 WORKDIR /app/backend