What about deno.lock?
In this whole repo there is no mention of deno.lock - I'm a bit uncertain how to include it.
Also, do I have to import stuff into a deps.ts file in order to do the caching as described?
Feels like a weird way to define dependencies :thinking:
I also found this reddit thread, suggesting that deno.jsonc's imports are a better replacement for deps.ts :thinking:
Sorry i do not have an answer but i wanted to contribute that i am also confused by the mention of deps.ts.
It seems that deno has stated in late july that deps.ts is not something we should be using (is the gist i get from this deno blog post which came out a month or so before 2.0).
Edit: Seems i should have looked at the open PRs :) Looks like new instructions are coming https://github.com/denoland/deno_docker/pull/440