Skip to content

Commit 92257f2

Browse files
authored
Merge pull request #38 from Infisical/daniel/update-windows-base-image
fix: add powershell to windows image
2 parents 65ccc1d + c300836 commit 92257f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
1+
FROM mcr.microsoft.com/powershell:nanoserver-ltsc2022
22
COPY infisical.exe /infisical.exe
33
ENTRYPOINT ["C:\\infisical.exe"]

0 commit comments

Comments
 (0)