Skip to content

Commit

Permalink
Make VS 16 the default
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Dec 1, 2022
1 parent 28c5223 commit c776cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win-anvil-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN miniconda3\Scripts\activate.bat && \

CMD cmd.exe /k miniconda3\Scripts\activate.bat

ARG VS_MAJOR="15"
ARG VS_MAJOR="16"
ENV VS_MAJOR=$VS_MAJOR

# Put the Visual Studio layer last because it is the most annoying to redo.
Expand Down

0 comments on commit c776cb0

Please sign in to comment.