Skip to content

Commit 002cbcb

Browse files
author
TP Honey
authored
Merge pull request #131 from drone-plugins/CI-9755
fix: [CI-9755]: windows 22 fix
2 parents bf7e195 + a490a12 commit 002cbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.windows.ltsc2022

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# escape=`
22

3-
FROM mcr.microsoft.com/windows/servercore:ltsc2019 as core
3+
FROM mcr.microsoft.com/windows/servercore:ltsc2022 as core
44

55

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

99
ENV GODEBUG=netdns=go

0 commit comments

Comments
 (0)