chore(openclaw): update to 2026.4.26
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
|
||||
let
|
||||
# renovate: datasource=docker depName=ghcr.io/openclaw/openclaw
|
||||
openclawImageTag = "2026.4.14";
|
||||
openclawImageTag = "2026.4.26";
|
||||
openclawImageDigest = "sha256:7ea070b04d1e70811fe8ba15feaad5890b1646021b24e00f4795bd4587a594ed";
|
||||
|
||||
# Pull the upstream openclaw Docker image (only to extract /app from it)
|
||||
openclawBase = pkgs.dockerTools.pullImage {
|
||||
imageName = "ghcr.io/openclaw/openclaw";
|
||||
imageDigest = openclawImageDigest;
|
||||
sha256 = "sha256-mSAa7lmciD6OXd3KHr8pf2VJ0aHPGnjdGbeu+oFhNo8=";
|
||||
sha256 = "sha256-a05y90gGFhka95t6blkk3Vt/xChKC+BIuoWAeEGoavk=";
|
||||
finalImageTag = openclawImageTag;
|
||||
os = "linux";
|
||||
arch = "amd64";
|
||||
|
||||
Reference in New Issue
Block a user