Skip to content

Commit

Permalink
Fix stress builds (#85342)
Browse files Browse the repository at this point in the history
Fix #85338, by switching to centos-stream8
  • Loading branch information
antonfirsov authored Apr 26, 2023
1 parent 6007637 commit 678b4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/docker/libraries-sdk.linux.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds and copies library artifacts into target dotnet sdk image
ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-f39df28-20191023143754
ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:7.0-bullseye-slim

FROM $BUILD_BASE_IMAGE as corefxbuild
Expand Down

0 comments on commit 678b4c8

Please sign in to comment.