From f690df52999bf09f03f3d0bb41c8b87d9a27fa5e Mon Sep 17 00:00:00 2001 From: Angela Burton Date: Thu, 16 Jun 2022 18:47:28 -0700 Subject: [PATCH] Update iqsharp-base version to get security patches (#793) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57d6a0dd..b1b17368 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # We use the iqsharp-base image, as that includes # the .NET Core SDK, IQ#, and Jupyter Notebook already # installed for us. -FROM mcr.microsoft.com/quantum/iqsharp-base:0.24.210930 +FROM mcr.microsoft.com/quantum/iqsharp-base:0.24.216270-beta # Add metadata indicating that this image is used for the katas. ENV IQSHARP_HOSTING_ENV=KATAS_DOCKERFILE