[PR #18] [MERGED] Update Dockerfile #140

Closed
opened 2025-12-29 14:25:38 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yusing/godoxy/pull/18
Author: @zQueal
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @yusing

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Dockerfile (+4 -4)

📄 Description

3 warnings found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 6)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 31)

Updating as per docker instructions.


🔄 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/yusing/godoxy/pull/18 **Author:** [@zQueal](https://github.com/zQueal) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`423b8f7`](https://github.com/yusing/godoxy/commit/423b8f763211a8ee76becb48779489f1dc688cfe) Update Dockerfile ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+4 -4) </details> ### 📄 Description ```dockerfile 3 warnings found (use docker --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 6) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 31) ``` Updating as per docker instructions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 14:25:38 +01:00
adam closed this issue 2025-12-29 14:25:38 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#140