sem6688 commited on
Commit
6ea2ea4
·
verified ·
1 Parent(s): 87996d0
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*
4
  RUN pip install uv --no-cache-dir
5
 
6
  # 克隆 v1.5.0 稳定版
7
- RUN git clone --branch v1.5.0 https://github.com/chenyme/grok2api /app
8
 
9
  WORKDIR /app
10
 
 
4
  RUN pip install uv --no-cache-dir
5
 
6
  # 克隆 v1.5.0 稳定版
7
+ RUN git clone --branch v1.5.3 https://github.com/chenyme/grok2api /app
8
 
9
  WORKDIR /app
10