Skip to content

Commit e340682

Browse files
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 3433f24 commit e340682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/deno/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Choosing DHI offers the advantage of a production-ready image that is lightweigh
7373
{{< tab name="Using Docker Hardened Images" >}}
7474
Docker Hardened Images (DHIs) are available for Deno on [Docker Hub](https://hub.docker.com/hardened-images/catalog/dhi/deno). Unlike using the Docker Official Image, you must first mirror the Deno image into your organization and then use it as your base image. Follow the instructions in the [DHI quickstart](/dhi/get-started/) to create a mirrored repository for Deno.
7575

76-
Mirrored repositories must start with `dhi-`, for example: `FROM <your-namespace>/dhi-deno:<tag>`. In the following Dockerfile, the `FROM` instruction uses `<your-namespace>/dhi-deno:1` as the base image.
76+
Mirrored repositories must start with `dhi-`, for example: `FROM <your-namespace>/dhi-deno:<tag>`. In the following Dockerfile, the `FROM` instruction uses `<your-namespace>/dhi-deno:2` as the base image.
7777

7878
```dockerfile
7979
# Use the DHI Deno image as the base image

0 commit comments

Comments
 (0)