Skip to content

Update HERMES_VERSION to v2026.9.7 - #48

Merged
gitricko merged 1 commit into
mainfrom
gitricko-patch-hermes
Sep 8, 2026
Merged

Update HERMES_VERSION to v2026.9.7#48
gitricko merged 1 commit into
mainfrom
gitricko-patch-hermes

Conversation

@gitricko

@gitricko gitricko commented Sep 8, 2026

Copy link
Copy Markdown
Owner

This pull request updates the version of Hermes used in the Docker image to ensure the application uses the latest features and bug fixes.

  • Dependency update:
    • Updated the HERMES_VERSION build argument in the docker/Dockerfile from v2026.8.31 to v2026.9.7 to use the latest Hermes release.

Copilot AI lite review requested due to automatic review settings September 8, 2026 14:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the Hermes version used by the Docker image from v2026.8.31 to v2026.9.7.

  • Changes the default HERMES_VERSION build argument.
  • The new pin cannot currently be downloaded from the upstream repository, preventing the image build.

Confidence Score: 4/5

This PR is not safe to merge because its Hermes pin prevents the Docker image from building.

The changed version is used directly in a fail-fast installer URL, but the selected upstream ref is unavailable.

Files Needing Attention: docker/Dockerfile

Important Files Changed

Filename Overview
docker/Dockerfile Updates the Hermes pin to an unavailable upstream ref, causing the installer download and Docker build to fail.
Prompt To Fix All With AI
### Issue 1
docker/Dockerfile:1
**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.

Reviews (1): Last reviewed commit: "Update HERMES_VERSION to v2026.9.7" | Re-trigger Greptile

Comment thread docker/Dockerfile
@@ -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.

@gitricko
gitricko merged commit 0fded4e into main Sep 8, 2026
6 of 7 checks passed
@gitricko
gitricko deleted the gitricko-patch-hermes branch September 8, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants