File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/azurelinux/3.0/net10.0 Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- # This should be switched to 10.0 stable and then non-preview
2- FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-preview-azurelinux3.0
1+ FROM mcr.microsoft.com/dotnet/runtime-deps:10.0-azurelinux3.0
32
43RUN tdnf install -y \
54 awk \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:10.0-preview- azurelinux3.0-amd64 AS installer
1+ FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0-amd64 AS installer
22
33# Install dependencies for building pyicu wheel from source (dependency of scancode-toolkit)
44RUN tdnf update -y \
@@ -20,7 +20,7 @@ RUN SCANCODE_VERSION="32.4.0" \
2020 && pip install scancode-toolkit==$SCANCODE_VERSION
2121
2222
23- FROM mcr.microsoft.com/dotnet/sdk:10.0-preview- azurelinux3.0-amd64
23+ FROM mcr.microsoft.com/dotnet/sdk:10.0-azurelinux3.0-amd64
2424
2525COPY --from=installer /venv /venv
2626
You can’t perform that action at this time.
0 commit comments