Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8662b84

Browse files
committed
Use golang:windowsservercore
1 parent b50fbf6 commit 8662b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/registry/part-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Dockerfile for the registry builder is in [Dockerfile.builder](Dockerfile.bu
2222

2323
```Dockerfile
2424
# escape=`
25-
FROM golang:nanoserver
25+
FROM golang:windowsservercore
2626
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
2727
```
2828

@@ -97,4 +97,4 @@ The Docker image for the registry running on Nano Server is 310MB compressed and
9797

9898
## Next
9999

100-
- [Part 2 - Running a Registry Container](part-2.md)
100+
- [Part 2 - Running a Registry Container](part-2.md)

0 commit comments

Comments
 (0)