Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1.403-sdk-alpine3.7 AS build
FROM microsoft/dotnet:2.1.500-sdk-alpine3.7 AS build
ARG MYGET_API_KEY
ARG MINVER_BUILD_METADATA

Expand Down Expand Up @@ -41,7 +41,7 @@ RUN MINVER_BUILD_METADATA=$MINVER_BUILD_METADATA \
MYGET_API_KEY=$MYGET_API_KEY \
dotnet run --project build/build.csproj

FROM microsoft/dotnet:2.1.5-runtime-deps-alpine3.7 AS runtime
FROM microsoft/dotnet:2.1.6-runtime-deps-alpine3.7 AS runtime

WORKDIR /app
COPY --from=build /publish ./
Expand Down