Skip to content

Commit 72dfed5

Browse files
committed
fix: simplify further
1 parent 382c6fe commit 72dfed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ADD install-vector.ps1 /windows/temp/install-vector.ps1
1212

1313
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
1414

15-
RUN /windows/temp/install-vector.ps1 -VectorVersion $VECTOR_VERSION
15+
RUN /windows/temp/install-vector.ps1 -VectorVersion $env:VECTOR_VERSION
1616

1717
FROM mcr.microsoft.com/windows/nanoserver:$WINDOWS_VERSION as runtime
1818

0 commit comments

Comments
 (0)