Skip to content

Update versions for OPENCLAW and OLLAMA#9

Merged
gitricko merged 4 commits intomainfrom
gitricko-patch-version
Mar 30, 2026
Merged

Update versions for OPENCLAW and OLLAMA#9
gitricko merged 4 commits intomainfrom
gitricko-patch-version

Conversation

@gitricko
Copy link
Copy Markdown
Owner

@gitricko gitricko commented Mar 26, 2026

Update OLLAMA to 0.18.3
Update OpenClaw to 2026.3.28

Copilot AI review requested due to automatic review settings March 30, 2026 05:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Docker image build inputs to use newer versions of the Ollama base image and the globally installed openclaw NPM package.

Changes:

  • Bump OPENCLAW_VERSION used by npm install -g openclaw@...
  • Bump OLLAMA_VERSION used by FROM ollama/ollama:${OLLAMA_VERSION}

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

ARG OPENCLAW_VERSION=2026.3.22
ARG OLLAMA_VERSION=0.18.2
ARG OPENCLAW_VERSION=2026.3.28
ARG OLLAMA_VERSION=0.19.0
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OLLAMA_VERSION was previously pinned to an exact patch version (0.18.2) but is now set to 0.19. If 0.19 is a moving tag (e.g., latest patch in the 0.19 line), this can make Docker builds non-reproducible. Consider pinning to a full patch version (e.g., 0.19.x) to keep builds deterministic.

Copilot uses AI. Check for mistakes.
@gitricko gitricko merged commit d081941 into main Mar 30, 2026
4 checks passed
@gitricko gitricko deleted the gitricko-patch-version branch March 30, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants