Use dotnet SDK 8.0 base image
This commit is contained in:
parent
855a0d121a
commit
c0511109ad
|
@ -1,4 +1,4 @@
|
||||||
FROM mcr.microsoft.com/dotnet/core/sdk as builder
|
FROM mcr.microsoft.com/dotnet/sdk:8.0 as builder
|
||||||
|
|
||||||
ENV DOTNET_CLI_TELEMETRY_OPTOUT 1
|
ENV DOTNET_CLI_TELEMETRY_OPTOUT 1
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ RUN for ruleset in \
|
||||||
&& rm -rf ruleset \
|
&& rm -rf ruleset \
|
||||||
; done
|
; done
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/core/runtime
|
FROM mcr.microsoft.com/dotnet/runtime:8.0
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install --no-install-recommends \
|
&& apt-get -y install --no-install-recommends \
|
||||||
|
|
Loading…
Reference in a new issue