Skip to content

Commit

Permalink
Fix docker files ( related with #142 )
Browse files Browse the repository at this point in the history
  • Loading branch information
unaizorrilla committed Jul 8, 2020
1 parent 64b2176 commit a056c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/DemoDockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.4-buster-slim AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.5-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.300-buster AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.301-buster AS build
WORKDIR /src
COPY ./Directory.Build.props ./Directory.Build.props
COPY ./build ./build
Expand Down
4 changes: 2 additions & 2 deletions build/UIDockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.4-buster-slim AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1.5-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.300-buster AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.301-buster AS build
WORKDIR /src
COPY ./Directory.Build.props ./Directory.Build.props
COPY ./build ./build
Expand Down

0 comments on commit a056c8a

Please sign in to comment.