Update iqsharp-base version to get security patches (#793)

This commit is contained in:
Angela Burton 2022-06-16 18:47:28 -07:00 коммит произвёл GitHub
Родитель 9b3435ea8f
Коммит f690df5299
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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