52a3ab5 refac: remove docker warnings during image build
📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝Dockerfile (+4 -4)
📄 Description
Changelog Entry
Remove docker warnings to ensure compatibility with future versions of Docker
Description
The official syntax for Dockerfile is described here
ENV must use '='
AS must be in upper case
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/5919
**Author:** [@nowheresly](https://github.com/nowheresly)
**Created:** 10/5/2024
**Status:** ✅ Merged
**Merged:** 10/5/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dockerwarn`
---
### 📝 Commits (1)
- [`52a3ab5`](https://github.com/open-webui/open-webui/commit/52a3ab533301e0c23eace2846a8e29e2df3f2c2b) refac: remove docker warnings during image build
### 📊 Changes
**1 file changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `Dockerfile` (+4 -4)
</details>
### 📄 Description
# Changelog Entry
Remove docker warnings to ensure compatibility with future versions of Docker
### Description
- The official syntax for Dockerfile is described [here](https://docs.docker.com/reference/dockerfile/#env)
- ENV must use '='
- AS must be in upper case
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5919
Author: @nowheresly
Created: 10/5/2024
Status: ✅ Merged
Merged: 10/5/2024
Merged by: @tjbck
Base:
dev← Head:dockerwarn📝 Commits (1)
52a3ab5refac: remove docker warnings during image build📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
Dockerfile(+4 -4)📄 Description
Changelog Entry
Remove docker warnings to ensure compatibility with future versions of Docker
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.