Commit 59d202f
Bust Podman layer cache to ensure Claude Code upgrades on rebuild
The `npm install -g @anthropic-ai/claude-code@latest` layer was cached
by Podman, so rebuilding via `setup-yolo.sh --build=yes` silently
reused the old version instead of fetching the latest. Add a
CLAUDE_CACHEBUST build arg (set to epoch seconds) before the npm
install layer so it is always re-evaluated.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 472d28b commit 59d202f
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments