Skip to content

Commit

Permalink
Merge pull request #324 from codefresh-io/update-win-baseimage
Browse files Browse the repository at this point in the history
set windows base image tag to ltsc2022-amd64
  • Loading branch information
denis-codefresh authored Dec 22, 2023
2 parents 8598ced + be63115 commit 665b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Also used as the image in CI jobs so needs all dependencies
####################################################################################################

ARG IMAGE_OS_VERSION=1809
ARG IMAGE_OS_VERSION=ltsc2022-amd64

# had issues with official golange image for windows so I'm using plain servercore
FROM mcr.microsoft.com/windows/servercore:${IMAGE_OS_VERSION} as builder
Expand Down

0 comments on commit 665b213

Please sign in to comment.