From 7ea007c6a4094025be5a6c355cf29a09621d9a1e Mon Sep 17 00:00:00 2001 From: Chris Granade Date: Thu, 3 Oct 2019 14:57:48 +0100 Subject: [PATCH] Update Dockerfile. (#232) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72b98a2471c9..ce75b09c721b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/microsoft/iqsharp/blob/master/images/iqsharp-base/Dockerfile. # As per Binder documentation, we choose to use an SHA sum here instead of a # tag. -FROM mcr.microsoft.com/quantum/iqsharp-base@sha256:305e27693dfe62b03793a01bbacd387a2d21fe8d3d68deb29ed3542e071aa876 +FROM mcr.microsoft.com/quantum/iqsharp-base:0.9.1909.3002 # Mark that this Dockerfile is used with the samples repository. ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE