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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11
FROM mcr.microsoft.com/devcontainers/python:3.11
MAINTAINER AutoGen
# Install packages

View File

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