We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf8f10 commit af0d10aCopy full SHA for af0d10a
Dockerfile
@@ -13,7 +13,7 @@ RUN \
13
&& rm -fr /tmp/* /var/{cache,log}/*
14
15
# Pre-build .NET NetDaemon core project
16
-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
17
18
ARG TARGETPLATFORM
19
ARG BUILDPLATFORM
@@ -27,7 +27,7 @@ COPY ./src /usr/src
27
RUN dotnet publish /usr/src/Service/Service.csproj -o "/daemon"
28
29
# Final stage, create the runtime container
30
-FROM mcr.microsoft.com/dotnet/sdk:5.0.100
+FROM mcr.microsoft.com/dotnet/sdk:5.0.102-1-focal-amd64
31
32
# Install S6 and the Admin site
33
RUN apt update && apt install -y \
0 commit comments