1
0

bump .net

This commit is contained in:
nicolas.dorier
2018-10-31 13:19:23 +09:00
parent 4704165b1b
commit 8fa40913af

View File

@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1.402-sdk-alpine3.7 AS builder FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS builder
WORKDIR /source WORKDIR /source
COPY src/docker-compose-generator.csproj docker-compose-generator.csproj COPY src/docker-compose-generator.csproj docker-compose-generator.csproj
# Cache some dependencies # Cache some dependencies
@@ -6,7 +6,7 @@ RUN dotnet restore
COPY src/. . COPY src/. .
RUN dotnet publish --output /app/ --configuration Release RUN dotnet publish --output /app/ --configuration Release
FROM microsoft/dotnet:2.1.4-runtime-alpine3.7 FROM microsoft/dotnet:2.1.5-runtime-alpine3.7
WORKDIR /app WORKDIR /app
RUN mkdir /datadir RUN mkdir /datadir