From 18c7fa28d162e638b62252146136efc5996d08a0 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 1 Oct 2021 13:26:11 -0500 Subject: [PATCH] Update Docker image used in CI to fix cert issue (#12226) --- eng/docker/debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/docker/debian/Dockerfile b/eng/docker/debian/Dockerfile index 891658239..ebafe9adb 100644 --- a/eng/docker/debian/Dockerfile +++ b/eng/docker/debian/Dockerfile @@ -4,7 +4,7 @@ # # 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 RUN apt-get update \