Skip to content

Commit

Permalink
nanoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed Jan 11, 2022
1 parent 6230a05 commit da6180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cyclonus/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ WORKDIR /go/src/github.com/cyclonus/
COPY . .
RUN $Env:CGO_ENABLED=0; go build -v -o /cyclonus.exe ./cmd/cyclonus/

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

0 comments on commit da6180a

Please sign in to comment.