From 8c7b1182b43b01d6f18f0c4cfdf44cb0aa96b5c6 Mon Sep 17 00:00:00 2001 From: xzq-xu <53989315+xzq-xu@users.noreply.github.com> Date: Fri, 22 May 2026 08:59:09 +0000 Subject: [PATCH] =?UTF-8?q?chore(openclaw):=20=E5=8D=87=E7=BA=A7=20OpenCla?= =?UTF-8?q?w=20=E8=87=B3=202026.5.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodeskclaw-artifacts/openclaw-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodeskclaw-artifacts/openclaw-image/Dockerfile b/nodeskclaw-artifacts/openclaw-image/Dockerfile index 3eceab88..286d41d5 100644 --- a/nodeskclaw-artifacts/openclaw-image/Dockerfile +++ b/nodeskclaw-artifacts/openclaw-image/Dockerfile @@ -10,8 +10,8 @@ ARG NODE_VERSION=22 FROM node:${NODE_VERSION}-bookworm-slim # ---------- 构建参数 ---------- -ARG OPENCLAW_VERSION=2026.4.8 -ARG IMAGE_VERSION=v2026.4.8 +ARG OPENCLAW_VERSION=2026.5.20 +ARG IMAGE_VERSION=v2026.5.20 ARG PIP_INDEX_URL="" ARG PIP_TRUSTED_HOST="" ARG NPM_REGISTRY=""