Use an older version of microsoft/dotnet which still has libunwind.so in it

This commit is contained in:
Nate McMaster 2018-04-10 11:57:42 -07:00 committed by GitHub
parent f072c4f3c6
commit 2657a17a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1-runtime-deps-alpine
FROM microsoft/dotnet:2.1.0-preview1-runtime-deps-alpine
ARG USER
ARG USER_ID
ARG GROUP_ID