We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8bf2e commit 5221a27Copy full SHA for 5221a27
1 file changed
templates/devcontainer.json
@@ -13,7 +13,7 @@
13
//
14
///////////////////////////////////////////////////////////////
15
{
16
- "image": "oscarlevin/pretext-full",
+ "image": "oscarlevin/pretext-full", // uses latest image from https://hub.docker.com/r/oscarlevin/pretext-full/tags
17
// If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image.
18
// "image": "oscarlevin/pretext",
19
"features": {"ghcr.io/devcontainers/features/github-cli": {}},
0 commit comments