Ensuring that the correct RUNTIME_VERSION is passed as part of Dotnet SDK install in dockerfile.ubi

This commit is contained in:
stack72 2021-02-03 22:34:24 +00:00
parent a1387c5d6c
commit 4c8e2c222d

View file

@ -14,7 +14,7 @@ RUN --mount=target=/var/cache/yum,type=cache \
microdnf install -y \
ca-certificates \
tar \
dotnet-sdk-${RUNTIME_VERSION} \
dotnet-sdk-3.1 \
git
# Uses the workdir, copies from pulumi interim container