We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6f113 commit 5808043Copy full SHA for 5808043
Dockerfile
@@ -11,11 +11,11 @@ RUN curl -O https://packages.microsoft.com/config/debian/11/packages-microsoft-p
11
&& apt-get update \
12
&& apt-get install -y apt-transport-https libgdiplus libc6-dev \
13
14
- && apt-get install -y dotnet-sdk-8.0 \
+ && apt-get install -y dotnet-sdk-9.0 \
15
&& apt-get install -y -t bullseye-backports git \
16
&& apt-get clean \
17
&& rm -rf /var/lib/apt/lists/*
18
19
USER 1000
20
21
-ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
+ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
0 commit comments