1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

[Http/SslStress] Update linux containers to use centos-stream9 (#105631)

This should bump the clang version and fix #105560
This commit is contained in:
Anton Firszov 2024-07-30 13:59:47 +02:00 committed by GitHub
parent a6560547da
commit d5fea0a2f7
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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-stream8
ARG BUILD_BASE_IMAGE=mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
ARG SDK_BASE_IMAGE=mcr.microsoft.com/dotnet/nightly/sdk:8.0
FROM $BUILD_BASE_IMAGE as corefxbuild