Skip to content

Commit af0d10a

Browse files
authored
fix Microsoft faulty baseimage (#301)
1 parent 0cf8f10 commit af0d10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN \
1313
&& rm -fr /tmp/* /var/{cache,log}/*
1414

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

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM
@@ -27,7 +27,7 @@ COPY ./src /usr/src
2727
RUN dotnet publish /usr/src/Service/Service.csproj -o "/daemon"
2828

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

3232
# Install S6 and the Admin site
3333
RUN apt update && apt install -y \

0 commit comments

Comments
 (0)