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:
parent
a6560547da
commit
d5fea0a2f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue