Z User commited on
Commit
844dbdc
·
1 Parent(s): bdba1eb

bump: update hermes-web-ui to v0.5.2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -52,8 +52,8 @@ RUN mkdir -p /usr/share/fonts/truetype/noto && \
52
  -o /usr/share/fonts/truetype/noto/NotoSansSC-Bold.otf && \
53
  fc-cache -f
54
 
55
- # Build hermes-web-ui v0.5.1 (latest from main branch)
56
- RUN git clone --depth 1 --branch main https://github.com/EKKOLearnAI/hermes-web-ui.git /tmp/hermes-web-ui && \
57
  cd /tmp/hermes-web-ui && \
58
  npm install --ignore-scripts 2>&1 | tail -5 && \
59
  npm run build 2>&1 | tail -10 && \
 
52
  -o /usr/share/fonts/truetype/noto/NotoSansSC-Bold.otf && \
53
  fc-cache -f
54
 
55
+ # Build hermes-web-ui v0.5.2 (latest from main, rebuilt 20260429)
56
+ RUN git clone --depth 1 --branch main --single-branch https://github.com/EKKOLearnAI/hermes-web-ui.git /tmp/hermes-web-ui && \
57
  cd /tmp/hermes-web-ui && \
58
  npm install --ignore-scripts 2>&1 | tail -5 && \
59
  npm run build 2>&1 | tail -10 && \