Skip to content

Commit 9f5052c

Browse files
authored
Switch to non-preview tags for 10.0 (#1501)
1 parent 2f62fdf commit 9f5052c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/azurelinux/3.0/net10.0/build/amd64/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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

43
RUN tdnf install -y \
54
awk \

src/azurelinux/3.0/net10.0/source-build-test/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
44
RUN 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

2525
COPY --from=installer /venv /venv
2626

0 commit comments

Comments
 (0)