File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ RUN apt-get update -q \
2020# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-debian
2121RUN apt-get update -qq \
2222&& apt-get install -yq wget gpg apt-transport-https \
23- && wget -q "https://packages.microsoft.com/config/debian/11 /packages-microsoft-prod.deb" -O packages-microsoft-prod.deb \
23+ && wget -q "https://packages.microsoft.com/config/debian/12 /packages-microsoft-prod.deb" -O packages-microsoft-prod.deb \
2424&& dpkg -i packages-microsoft-prod.deb \
2525&& rm packages-microsoft-prod.deb \
2626&& apt-get update -qq \
27- && apt-get install -yq dotnet-sdk-7 .0 \
27+ && apt-get install -yq dotnet-sdk-8 .0 \
2828&& apt-get clean \
2929&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3030# Trigger first run experience by running arbitrary cmd
You can’t perform that action at this time.
0 commit comments