Skip to content

Commit 678b4c8

Browse files
authored
Fix stress builds (#85342)
Fix #85338, by switching to centos-stream8
1 parent 6007637 commit 678b4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/docker/libraries-sdk.linux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builds and copies library artifacts into target dotnet sdk image
2-
ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754
2+
ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
33
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:7.0-bullseye-slim
44

55
FROM $BUILD_BASE_IMAGE as corefxbuild

0 commit comments

Comments
 (0)