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 b21fca5 commit 73661c8Copy full SHA for 73661c8
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 containers/windows-server2022/tls-fix.ps1 /tls-fix.ps1
9
10
ARG ACCEPT_EULA=y
11
ENV ACCEPT_EULA ${ACCEPT_EULA}
0 commit comments