Fix dockerfile versions

This commit is contained in:
nicolas.dorier 2019-12-10 21:43:14 +09:00
parent 5d87dd5861
commit 6f6b4c8ead
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.607-alpine3.7 AS builder
FROM mcr.microsoft.com/dotnet/core/sdk:2.1.607 AS builder
WORKDIR /source
COPY nuget.config nuget.config
COPY Build/Common.csproj Build/Common.csproj
@ -14,7 +14,7 @@ COPY BTCPayServer/. BTCPayServer/.
COPY Build/Version.csproj Build/Version.csproj
RUN cd BTCPayServer && dotnet publish --output /app/ --configuration Release
FROM mcr.microsoft.com/dotnet/core/aspnet:2.1.14-alpine3.7
FROM mcr.microsoft.com/dotnet/core/aspnet:2.1.14-alpine3.9
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT false
RUN apk add --no-cache icu-libs openssh-keygen