Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG HERMES_VERSION="v2026.8.31"
ARG HERMES_VERSION="v2026.9.7"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Unavailable Hermes ref breaks builds

When the image uses the default HERMES_VERSION, the new v2026.9.7 ref makes the fail-fast installer request return 404, causing the Docker build to fail.

Suggested change
ARG HERMES_VERSION="v2026.9.7"
ARG HERMES_VERSION="v2026.8.31"
Prompt To Fix With AI
This is a comment left during a code review.
Path: docker/Dockerfile
Line: 1

Comment:
**Unavailable Hermes ref breaks builds**

When the image uses the default `HERMES_VERSION`, the new `v2026.9.7` ref makes the fail-fast installer request return 404, causing the Docker build to fail.

```suggestion
ARG HERMES_VERSION="v2026.8.31"
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

ARG OMNIROUTE_VERSION=3.8.50
ARG MODELRELAY_VERSION=1.22.1
ARG OLLAMA_VERSION=0.33.3
Expand Down