1 Commits

Author SHA1 Message Date
Julien Cabillot acdb8c0c6f fix: stay root as upstream
Main Release / hadolint (push) Failing after 8s
Main Release / build (push) Successful in 13s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Failing after 10s
Tag Release / build (push) Successful in 2m8s
Tag Release / build-push (push) Successful in 2m45s
2026-06-16 11:29:20 -04:00
+2
View File
@@ -5,6 +5,8 @@
ARG HERMES_AGENT_VERSION=v2026.6.5
FROM nousresearch/hermes-agent:${HERMES_AGENT_VERSION}
USER root
# Install system packages and HashiCorp repo
# hadolint ignore=DL3008
RUN apt-get update -qq && apt-get upgrade -qq --yes --no-install-recommends \