Merge pull request #474 from Nezreka/chore/bust-docker-build-cache
Bust Docker layer cache to rebuild dev nightly image
This commit is contained in:
commit
cf2f595326
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# SoulSync requirements
|
# SoulSync requirements
|
||||||
# Web application dependencies only
|
# Web application dependencies only
|
||||||
|
# (cache-bust 2026-05-02: dev nightly image was serving a poisoned layer
|
||||||
|
# with missing dependencies; touching this comment forces the GHA Docker
|
||||||
|
# layer cache to invalidate the pip-install step on the next build.)
|
||||||
|
|
||||||
# Core web framework
|
# Core web framework
|
||||||
Flask>=3.0.0
|
Flask>=3.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue