Commit 11f1caf
committed
Resolve warnings at end of build process concerninge legacy label format
With newer versions of Docker, the following warning is generated:
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2)
The behavior is confirmed in Docker 29.3.0.
This commit resolves the warning.1 parent 6afe4eb commit 11f1caf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments