Skip to content

Commit da6180a

Browse files
committed
nanoserver
1 parent 6230a05 commit da6180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cyclonus/Dockerfile.windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/cyclonus/
33
COPY . .
44
RUN $Env:CGO_ENABLED=0; go build -v -o /cyclonus.exe ./cmd/cyclonus/
55

6-
FROM mcr.microsoft.com/windows/servercore:ltsc2022
6+
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
77
COPY --from=builder /cyclonus.exe cyclonus.exe
88
CMD [ "cyclonus.exe" ]

0 commit comments

Comments
 (0)