Skip to content

Commit 435aaac

Browse files
committed
Change base to centos-7 with WinRM negotiate auth
Signed-off-by: Gregory May <[email protected]>
1 parent fc03b38 commit 435aaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/powershell-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openfaas/of-watchdog:0.7.2 as watchdog
22

3-
FROM microsoft/powershell:ubuntu-xenial as ship
3+
FROM microsoft/powershell:centos-7 as ship
44

55
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
66
RUN chmod +x /usr/bin/fwatchdog

0 commit comments

Comments
 (0)