Skip to content

Commit c8bf0c8

Browse files
aservengithub-actions[bot]
authored andcommitted
chore: bump OPENCLAW_GIT_REF to latest release
1 parent 603079e commit c8bf0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /openclaw
2222

2323
# Pin to a known-good ref (tag/branch). Override in Railway template settings if needed.
2424
# Using a released tag avoids build breakage when `main` temporarily references unpublished packages.
25-
ARG OPENCLAW_GIT_REF=v2026.2.22
25+
ARG OPENCLAW_GIT_REF=v2026.3.1
2626
RUN git clone --depth 1 --branch "${OPENCLAW_GIT_REF}" https://github.com/openclaw/openclaw.git .
2727

2828
# Patch: relax version requirements for packages that may reference unpublished versions.

0 commit comments

Comments
 (0)