Update Dockerfile for new rhel image

fixed to match https://github.com/dotnet/installer/pull/20094/files
This commit is contained in:
Marc Paine 2024-09-03 13:51:46 -07:00 committed by GitHub
parent 6bcade91a7
commit 8ee876699b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
#
# Dockerfile that creates a container suitable to build dotnet-cli
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359-2
# Setup User to match Host User, and give superuser permissions
ARG USER_ID=0