We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef5c19 commit 3dd7ba6Copy full SHA for 3dd7ba6
1 file changed
Dockerfile.base
@@ -214,6 +214,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
214
# Install OpenClaw CLI + PyYAML.
215
# .openclaw is now writable by default, so exec-approvals writes to
216
# ~/.openclaw/exec-approvals.json natively — no sed patch needed.
217
+# hadolint ignore=DL3016
218
RUN --mount=type=bind,source=nemoclaw-blueprint/blueprint.yaml,target=/tmp/blueprint.yaml \
219
echo "$OPENCLAW_VERSION" | grep -qxE '[0-9]+(\.[0-9]+)*' \
220
|| { echo "Error: OPENCLAW_VERSION='$OPENCLAW_VERSION' is invalid (expected e.g. 2026.3.11)."; exit 1; }; \
0 commit comments