Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
847 stars 437 forks source link

Dockerfiles use old syntax #1464

Closed ross-p-smith closed 2 weeks ago

ross-p-smith commented 2 weeks ago

Describe the bug

We are getting warnings in our PR scans that our dockerfiles are using old ENV syntax

Expected behavior

We see no warnings in Pull Requests around docker.

Prasanjeet-Microsoft commented 2 weeks ago

Hello @ross-p-smith, I just wanted to check if we need to address this issue or not?

Thank you.