fix sdk version of tests

This commit is contained in:
nicolas.dorier 2019-12-10 21:46:06 +09:00
parent 6f6b4c8ead
commit b8f6ef8844
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:2.1.505-alpine3.7 AS builder
FROM mcr.microsoft.com/dotnet/core/sdk:2.1.607-alpine3.9 AS builder
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT false
RUN apk add --no-cache icu-libs
ENV LC_ALL en_US.UTF-8