Update Docker image used in CI to fix cert issue (#12226)

This commit is contained in:
Michael Simons 2021-10-01 13:26:11 -05:00 committed by GitHub
parent 1a3a3f9950
commit 18c7fa28d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# #
# Dockerfile that creates a container suitable to build dotnet-cli # Dockerfile that creates a container suitable to build dotnet-cli
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-d61254f-20190807161114 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch-20211001171226-047508b
# Install the deb packaging toolchain we need to build debs # Install the deb packaging toolchain we need to build debs
RUN apt-get update \ RUN apt-get update \