We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a18a2b commit 03bf183Copy full SHA for 03bf183
containers/windows-server2022/Dockerfile
@@ -5,7 +5,7 @@ FROM mcr.microsoft.com/windows/server:ltsc2022
5
LABEL org.opencontainers.image.title=windows-server2022
6
LABEL org.opencontainers.image.source=https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates
7
8
-COPY tls-fix.ps1 /tls-fix.ps1
+COPY ./tls-fix.ps1 /tls-fix.ps1
9
10
ARG ACCEPT_EULA=y
11
ENV ACCEPT_EULA ${ACCEPT_EULA}
0 commit comments