File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:10.0.101 -alpine3.22@sha256:0fba99926e4f12405c78f37941312f00c1aadb178bd63616f5d96fc2af5a26a9
1+ FROM mcr.microsoft.com/dotnet/sdk:10.0.102 -alpine3.22@sha256:bd7f021a8293d1a21a51824b76b15e930c6024bd85bc78859c5f249cb07f3a7e
22RUN apk update \
33 && apk upgrade \
44 && apk add --no-cache --update \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9.0.308 -bookworm-slim@sha256:ddc0e6d46a459d1c740dd9e3d2668bc50f24d420274fb751e39cbf75154b9485
1+ FROM mcr.microsoft.com/dotnet/sdk:9.0.309 -bookworm-slim@sha256:c336232f89997e8b03d104edb89253d0e7d7db20779005c0b66da41c0043a9c2
22# There is no official base image for .NET SDK 10+ on Debian, so install .NET10 via dotnet-install
33
44RUN apt-get update && \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9.0.308 -bookworm-slim@sha256:ddc0e6d46a459d1c740dd9e3d2668bc50f24d420274fb751e39cbf75154b9485
1+ FROM mcr.microsoft.com/dotnet/sdk:9.0.309 -bookworm-slim@sha256:c336232f89997e8b03d104edb89253d0e7d7db20779005c0b66da41c0043a9c2
22# There is no official base image for .NET SDK 10+ on Debian, so install .NET10 via apt-get
33
44RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
You can’t perform that action at this time.
0 commit comments