File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2727# Install Grok Build CLI — pinned version with SHA256 checksum verification.
2828# Binary sourced from xAI's public artifacts bucket (same source the official
2929# `https://x.ai/cli/install.sh` resolves to) so the build is reproducible.
30- ARG GROK_VERSION=0.1.220
31- ARG GROK_SHA256_AMD64=98d331d64dfc4fb1dae862475218cccdd195f76839b8361a0678af2fd388364b
32- ARG GROK_SHA256_ARM64=3b15efc258f4219d01736acee70c575a8167f970cb4d497a3b0c218440db58ff
30+ ARG GROK_VERSION=0.2.106
31+ ARG GROK_SHA256_AMD64=7180d0e03cc2a496033ff3aae2223ce239446a9827a59faa76091c7edd5e1c38
32+ ARG GROK_SHA256_ARM64=d12be1698d56d4543f1f1095c2c26cd3d17a64e88772629673740991c188e4ff
3333ARG TARGETPLATFORM
3434RUN set -eux; \
3535 case "${TARGETPLATFORM:-linux/amd64}" in \
You can’t perform that action at this time.
0 commit comments