Skip to content

Commit 03bf183

Browse files
committed
fix tls
1 parent 4a18a2b commit 03bf183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/windows-server2022/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/windows/server:ltsc2022
55
LABEL org.opencontainers.image.title=windows-server2022
66
LABEL org.opencontainers.image.source=https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates
77

8-
COPY tls-fix.ps1 /tls-fix.ps1
8+
COPY ./tls-fix.ps1 /tls-fix.ps1
99

1010
ARG ACCEPT_EULA=y
1111
ENV ACCEPT_EULA ${ACCEPT_EULA}

0 commit comments

Comments
 (0)