Skip to content

Commit

Permalink
fix: [CI-9755]: windows 22 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devkimittal committed Oct 4, 2023
1 parent bf7e195 commit a490a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.windows.ltsc2022
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# escape=`

FROM mcr.microsoft.com/windows/servercore:ltsc2019 as core
FROM mcr.microsoft.com/windows/servercore:ltsc2022 as core


FROM plugins/base:windows-1809-amd64@sha256:61095306fa56d51adc841f2b0f93f511efb5792d12f2549bb2eb1cbce02c1f05
FROM plugins/base:windows-ltsc2022-amd64
USER ContainerAdministrator

ENV GODEBUG=netdns=go
Expand Down

0 comments on commit a490a12

Please sign in to comment.