next.js
124310d2
- Always rebuild docker image on cache miss
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
41 days ago
Always rebuild docker image on cache miss On a cache miss the cache key has changed, meaning the Dockerfile or rust-toolchain.toml changed. The locally cached image is stale so we must rebuild unconditionally, not skip because imageExists() is true.
References
#92029 - [turbopack] Don't use turborepo to build the docker image
Author
mmastrac
Parents
3a79f074
Loading