diff --git a/runpodctl/reference/runpodctl-pod.mdx b/runpodctl/reference/runpodctl-pod.mdx
index 3adbcec6..35641523 100644
--- a/runpodctl/reference/runpodctl-pod.mdx
+++ b/runpodctl/reference/runpodctl-pod.mdx
@@ -105,7 +105,7 @@ Template ID to use for Pod configuration. Use [`runpodctl template search`](/run
-Docker image to use (e.g., `runpod/pytorch:latest`). Required if no template specified.
+Docker image to use (e.g., `runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04`). Required if no template specified.
diff --git a/runpodctl/reference/runpodctl-template.mdx b/runpodctl/reference/runpodctl-template.mdx
index b61fd42e..e32c5bbd 100644
--- a/runpodctl/reference/runpodctl-template.mdx
+++ b/runpodctl/reference/runpodctl-template.mdx
@@ -106,7 +106,7 @@ Create a new template:
```bash
# Create a Pod template
-runpodctl template create --name "my-template" --image "runpod/pytorch:latest"
+runpodctl template create --name "my-template" --image "runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04"
# Create a Serverless template
runpodctl template create --name "my-serverless-template" --image "my-image:latest" --serverless
@@ -125,7 +125,7 @@ Template name.
-Docker image (e.g., `runpod/pytorch:latest`).
+Docker image (e.g., `runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04`).