Use MCR registry instead of Docker's registry (#3814)

* Update FunctionCallGenerator.cs to address race condition

Update FunctionCallGenerator.cs to address race condition

* Update Dockerfile

Use MCR registry

* Update Dockerfile

Use MCR registry
This commit is contained in:
Max Golovanov
2024-10-17 07:08:50 -07:00
committed by GitHub
parent 460a6817ea
commit 636591a149
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10
FROM mcr.microsoft.com/devcontainers/python:3.10
WORKDIR /code