Skip to content

Commit

Permalink
tweak: Ensure we use the correct docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 23, 2019
1 parent 0f7a9f4 commit 7e5ec43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bender/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-stretch-slim AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/core/sdk:3.0-stretch AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
COPY ["Bender/Bender.csproj", "Bender/"]
COPY ["Bender.Models/Bender.Models.csproj", "Bender.Models/"]
Expand Down

0 comments on commit 7e5ec43

Please sign in to comment.