Commit f886a11
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 67aacf2 commit f886a11
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments