diff --git a/Dockerfile b/Dockerfile index e2297c8..6c6a93d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ zip \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g openclaw@2026.3.11 +RUN npm install -g openclaw@2026.3.12 WORKDIR /app