File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44FROM node:22-trixie-slim
55
66# Install global deps
7- RUN apt-get update && apt-get install -y sudo ca-certificates curl git build-essential procps file chromium && rm -rf /var/lib/apt/lists/*
7+ RUN apt-get update && apt-get install -y --no-install-recommends sudo ca-certificates curl git build-essential procps file chromium && rm -rf /var/lib/apt/lists/*
88
99# Set home directory
1010ENV HOME=/data
1111WORKDIR /data
1212RUN mkdir -p /data && chown node:node /data
1313
1414# Install OpenClaw globally from npm
15- RUN npm install -g openclaw@2026.2.19
15+ RUN npm install -g openclaw@2026.2.22
1616
1717# Redirect future npm global installs to persistent volume
1818ENV NPM_CONFIG_PREFIX=/data/.npm-global
Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ function getSetupHtml() {
332332 <option value="openai/gpt-4o-mini">GPT-4o Mini (Cheap)</option>
333333 </optgroup>
334334 <optgroup label="Google Gemini">
335+ <option value="google/gemini-3.1-pro-preview">Gemini 3.1 Pro Preview</option>
335336 <option value="google/gemini-3-pro-preview">Gemini 3 Pro Preview</option>
336337 <option value="google/gemini-2.5-pro">Gemini 2.5 Pro</option>
337338 <option value="google/gemini-2.5-flash">Gemini 2.5 Flash (Fast)</option>
You can’t perform that action at this time.
0 commit comments