Skip to content

Commit

Permalink
Merge 925648b into 0cf8f10
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jan 27, 2021
2 parents 0cf8f10 + 925648b commit 1bfbc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
&& rm -fr /tmp/* /var/{cache,log}/*

# Pre-build .NET NetDaemon core project
FROM mcr.microsoft.com/dotnet/sdk:5.0.101-buster-slim-amd64 as netbuilder
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-1-focal-amd64 as netbuilder

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand All @@ -27,7 +27,7 @@ COPY ./src /usr/src
RUN dotnet publish /usr/src/Service/Service.csproj -o "/daemon"

# Final stage, create the runtime container
FROM mcr.microsoft.com/dotnet/sdk:5.0.100
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-1-focal-amd64

# Install S6 and the Admin site
RUN apt update && apt install -y \
Expand Down

0 comments on commit 1bfbc1d

Please sign in to comment.