Skip to content

Commit

Permalink
Fix docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 21, 2023
1 parent 0da203d commit 1329201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docker/windowsservercore-2019
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN choco install -y rustup.install; \
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1; \
refreshenv; \
$INSTALLED_RUST_VERSION=(rustc --version) -split ' ' | Select-Object -Index 1; \
$EXPECTED_RUST_VERSION="1.73.0"; \
$EXPECTED_RUST_VERSION='1.73.0'; \
if ($INSTALLED_RUST_VERSION -ne $EXPECTED_RUST_VERSION) { \
Write-Host "Warning! Expected version is \"$EXPECTED_RUST_VERSION\" but \"$INSTALLED_RUST_VERSION\" is found!"; \
} \
Expand Down

0 comments on commit 1329201

Please sign in to comment.