Skip to content

Commit d934dea

Browse files
authored
Update text to match example
1 parent b8310d2 commit d934dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EXPOSE 80
2626
EXPOSE 443
2727
```
2828

29-
The lines in the Dockerfile begin with the Nano Server image from Microsoft Container Registry (mcr.microsoft.com) and create an intermediate image `base` that exposes ports 80 and 443, and sets the working directory to `/app`.
29+
The lines in the Dockerfile begin with the Debian image from Microsoft Container Registry (mcr.microsoft.com) and create an intermediate image `base` that exposes ports 80 and 443, and sets the working directory to `/app`.
3030

3131
The next stage is `build`, which appears as follows:
3232

0 commit comments

Comments
 (0)