Skip to content

Commit

Permalink
Update dotnet SDK to version that matches 2.0.7 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jun 30, 2018
1 parent 8eb1919 commit bd1a247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnetcore2.0/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM lambci/lambda-base:build
ENV PATH=/var/lang/bin:/usr/local/bin:/usr/bin/:/bin \
LD_LIBRARY_PATH=/var/lang/lib:/lib64:/usr/lib64:/var/runtime:/var/runtime/lib:/var/task:/var/task/lib \
AWS_EXECUTION_ENV=AWS_Lambda_dotnetcore2.0 \
DOTNET_SDK_VERSION=2.1.4 \
DOTNET_SDK_VERSION=2.1.200 \
DOTNET_CLI_TELEMETRY_OPTOUT=1 \
NUGET_XMLDOC_MODE=skip

Expand Down

0 comments on commit bd1a247

Please sign in to comment.