Skip to content

Commit 5808043

Browse files
committed
Updated to .NET 9
1 parent 3f6f113 commit 5808043

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
@@ -11,11 +11,11 @@ RUN curl -O https://packages.microsoft.com/config/debian/11/packages-microsoft-p
1111
&& apt-get update \
1212
&& apt-get install -y apt-transport-https libgdiplus libc6-dev \
1313
&& apt-get update \
14-
&& apt-get install -y dotnet-sdk-8.0 \
14+
&& apt-get install -y dotnet-sdk-9.0 \
1515
&& apt-get install -y -t bullseye-backports git \
1616
&& apt-get clean \
1717
&& rm -rf /var/lib/apt/lists/*
1818

1919
USER 1000
2020

21-
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
21+
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

0 commit comments

Comments
 (0)